Html Css Color HEX #F0AB51 Casablanca

📋 copy color: '#F0AB51'

red 240 ◦ green 171 ◦ blue 81

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

Shades of Casablanca #F0AB51

Tints of Casablanca #F0AB51

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 81 (32.03% from 255) = 16.46%

R = 48.78%
G = 34.76%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0AB51 (or 0xF0AB51) is known color: Casablanca. HEX triplet: F0, AB and 51. RGB value is (240,171,81). Sum of RGB (Red+Green+Blue) = 240+171+81=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB51 is #0F54AE. Grayscale: #B5B5B5. Windows color (decimal): -1004719 or 5352432. OLE color: 5352432.

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

Color convert

RGB 240 171 81 -
CMYK 0 0.29 0.66 0.06
HSL 33.96º 0.84% 0.63% -
HSV(B) 33.96º 0.66% 0.94% -
XYZ 51.98 48.25 14.36 -
YUV 181.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 240 171 81 0 0.29 0.66 0.06 33.96 0.84 0.63
Hex F0 AB 51 0 1D 42 6 22 54 3F
Octal 360 253 121 0 35 102 6 42 124 77
Binary 11110000 10101011 1010001 0 11101 1000010 110 100010 1010100 111111

Color Harmonies of #F0AB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB51

Black with #F0AB51

Text Example


Text Example

White with #F0AB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB51; }

 p { color: rgb(240,171,81); }

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

background-color css

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

 a { background-color: rgb(240,171,81); }

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

border-color css

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

 span { border-color: rgb(240,171,81); }

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