Html Css Color HEX #F0B559 Casablanca

📋 copy color: '#F0B559'

red 240 ◦ green 181 ◦ blue 89

#F0B559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #F0B559

Tints of Casablanca #F0B559

RGB

 RED value IS 240 (94.14% from 255) = 47.06%

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 89 (35.16% from 255) = 17.45%

R = 47.06%
G = 35.49%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0B559 (or 0xF0B559) is known color: Casablanca. HEX triplet: F0, B5 and 59. RGB value is (240,181,89). Sum of RGB (Red+Green+Blue) = 240+181+89=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B559 is #0F4AA6. Grayscale: #BCBCBC. Windows color (decimal): -1002151 or 5879280. OLE color: 5879280.

HSL color Cylindrical-coordinate representation of color #F0B559: hue angle of 36.56º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B559 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 89 -
CMYK 0 0.25 0.63 0.06
HSL 36.56º 0.83% 0.65% -
HSV(B) 36.56º 0.63% 0.94% -
XYZ 54.26 52.29 16.69 -
YUV 188.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 240 181 89 0 0.25 0.63 0.06 36.56 0.83 0.65
Hex F0 B5 59 0 19 3F 6 25 53 41
Octal 360 265 131 0 31 77 6 45 123 101
Binary 11110000 10110101 1011001 0 11001 111111 110 100101 1010011 1000001

Color Harmonies of #F0B559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B559

Black with #F0B559

Text Example


Text Example

White with #F0B559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B559; }

 p { color: rgb(240,181,89); }

 H1.HeaderClassName
 {
   color: #F0B559;
 }
 .AnyTagClassName
 {
   color: #F0B559;
 }
</style>

background-color css

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

 a { background-color: rgb(240,181,89); }

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

border-color css

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

 span { border-color: rgb(240,181,89); }

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