Html Css Color HEX #F0B55B Casablanca

📋 copy color: '#F0B55B'

red 240 ◦ green 181 ◦ blue 91

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

Shades of Casablanca #F0B55B

Tints of Casablanca #F0B55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.77%

R = 46.88%
G = 35.35%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0B55B (or 0xF0B55B) is known color: Casablanca. HEX triplet: F0, B5 and 5B. RGB value is (240,181,91). Sum of RGB (Red+Green+Blue) = 240+181+91=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B55B is #0F4AA4. Grayscale: #BCBCBC. Windows color (decimal): -1002149 or 6010352. OLE color: 6010352.

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

Color convert

RGB 240 181 91 -
CMYK 0 0.25 0.62 0.06
HSL 36.24º 0.83% 0.65% -
HSV(B) 36.24º 0.62% 0.94% -
XYZ 54.35 52.33 17.13 -
YUV 188.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 240 181 91 0 0.25 0.62 0.06 36.24 0.83 0.65
Hex F0 B5 5B 0 19 3E 6 24 53 41
Octal 360 265 133 0 31 76 6 44 123 101
Binary 11110000 10110101 1011011 0 11001 111110 110 100100 1010011 1000001

Color Harmonies of #F0B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B55B

Black with #F0B55B

Text Example


Text Example

White with #F0B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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