#F0B64D

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

Shades of Casablanca #F0B64D

Tints of Casablanca #F0B64D

Color information

#F0B64D (or 0xF0B64D) is unknown color: approx Casablanca. HEX triplet: F0, B6 and 4D. RGB value is (240,182,77). Sum of RGB (Red+Green+Blue) = 240+182+77=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B64D is #0F49B2. Grayscale: #BBBBBB. Windows color (decimal): -1001907 or 5093104. OLE color: 5093104.

HSL color Cylindrical-coordinate representation of color #F0B64D: hue angle of 38.65º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0B64D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24018277-
CMYK00.240.680.06
HSL38.65º84.46%62.16%-
HSV(B)38.65º67.92%94.12%-
XYZ5452.5214.31-
YUV187.3765.72165.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=48.10%
G=36.47%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401827700.240.680.0638.6584.4662.16
HexF0B64D01844627543e
Octal36026611503010464712476
Binary1111000010110110100110101100010001001101001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B64D; }

 p { color: rgb(240,182,77); }

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

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

 a { background-color: rgb(240,182,77); }

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

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

 span { border-color: rgb(240,182,77); }

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