#F2B74D

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

Shades of Casablanca #F2B74D

Tints of Casablanca #F2B74D

Color information

#F2B74D (or 0xF2B74D) is unknown color: approx Casablanca. HEX triplet: F2, B7 and 4D. RGB value is (242,183,77). Sum of RGB (Red+Green+Blue) = 242+183+77=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B74D is #0D48B2. Grayscale: #BDBDBD. Windows color (decimal): -870579 or 5093362. OLE color: 5093362.

HSL color Cylindrical-coordinate representation of color #F2B74D: hue angle of 38.55º degrees, saturation: 0.86, 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 #F2B74D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24218377-
CMYK00.240.680.05
HSL38.55º86.39%62.55%-
HSV(B)38.55º68.18%94.9%-
XYZ54.8953.2814.41-
YUV188.5665.05166.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 77 (30.47% from 255) = 15.34%
R=48.21%
G=36.45%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421837700.240.680.0538.5586.3962.55
HexF2B74D01844527563f
Octal36226711503010454712677
Binary1111001010110111100110101100010001001011001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B74D; }

 p { color: rgb(242,183,77); }

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

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

 a { background-color: rgb(242,183,77); }

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

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

 span { border-color: rgb(242,183,77); }

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