Html Css Color HEX #F0B55A Casablanca

📋 copy color: '#F0B55A'

red 240 ◦ green 181 ◦ blue 90

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

Shades of Casablanca #F0B55A

Tints of Casablanca #F0B55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.61%

R = 46.97%
G = 35.42%
B = 17.61%

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

#F0B55A (or 0xF0B55A) is known color: Casablanca. HEX triplet: F0, B5 and 5A. RGB value is (240,181,90). Sum of RGB (Red+Green+Blue) = 240+181+90=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B55A is #0F4AA5. Grayscale: #BCBCBC. Windows color (decimal): -1002150 or 5944816. OLE color: 5944816.

HSL color Cylindrical-coordinate representation of color #F0B55A: hue angle of 36.4º 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 #F0B55A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 90 -
CMYK 0 0.25 0.62 0.06
HSL 36.4º 0.83% 0.65% -
HSV(B) 36.4º 0.63% 0.94% -
XYZ 54.3 52.31 16.91 -
YUV 188.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 240 181 90 0 0.25 0.62 0.06 36.4 0.83 0.65
Hex F0 B5 5A 0 19 3E 6 24 53 41
Octal 360 265 132 0 31 76 6 44 123 101
Binary 11110000 10110101 1011010 0 11001 111110 110 100100 1010011 1000001

Color Harmonies of #F0B55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B55A

Black with #F0B55A

Text Example


Text Example

White with #F0B55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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