#F3B24E

Color #F3B24E Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #F3B24E

Tints of Casablanca #F3B24E

Color information

#F3B24E (or 0xF3B24E) is unknown color: approx Casablanca. HEX triplet: F3, B2 and 4E. RGB value is (243,178,78). Sum of RGB (Red+Green+Blue) = 243+178+78=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B24E is #0C4DB1. Grayscale: #BABABA. Windows color (decimal): -806322 or 5157619. OLE color: 5157619.

HSL color Cylindrical-coordinate representation of color #F3B24E: hue angle of 36.36º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3B24E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24317878-
CMYK00.270.680.05
HSL36.36º87.3%62.94%-
HSV(B)36.36º67.9%95.29%-
XYZ54.2651.4514.28-
YUV186.0367.03168.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 48.70%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=48.70%
G=35.67%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431787800.270.680.0536.3687.362.94
HexF3B24E01B44524573f
Octal36326211603310454412777
Binary1111001110110010100111001101110001001011001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B24E; }

 p { color: rgb(243,178,78); }

 H1.HeaderClassName
 {
   color: #F3B24E;
 }
 .AnyTagClassName
 {
   color: #F3B24E;
 }
</style>
background-color css

<style>
 a { background-color: #F3B24E; }

 a { background-color: rgb(243,178,78); }

 div.DivClassName
 {
   background-color: #F3B24E;
 }
 .BgClassName
 {
   background-color: #F3B24E;
 }
</style>
border-color css

<style>
 span { border-color: #F3B24E; }

 span { border-color: rgb(243,178,78); }

 td.TdClassName
 {
   border-color: #F3B24E;
 }
 .TagClassName
 {
   border-color: #F3B24E;
 }
</style>