Html Css Color HEX #F2AB51 Casablanca

📋 copy color: '#F2AB51'

red 242 ◦ green 171 ◦ blue 81

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

Shades of Casablanca #F2AB51

Tints of Casablanca #F2AB51

RGB

 RED value IS 242 (94.92% from 255) = 48.99%

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

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

R = 48.99%
G = 34.62%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2AB51 (or 0xF2AB51) is known color: Casablanca. HEX triplet: F2, AB and 51. RGB value is (242,171,81). Sum of RGB (Red+Green+Blue) = 242+171+81=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB51 is #0D54AE. Grayscale: #B6B6B6. Windows color (decimal): -873647 or 5352434. OLE color: 5352434.

HSL color Cylindrical-coordinate representation of color #F2AB51: hue angle of 33.54º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2AB51 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 81 -
CMYK 0 0.29 0.67 0.05
HSL 33.54º 0.86% 0.63% -
HSV(B) 33.54º 0.67% 0.95% -
XYZ 52.67 48.6 14.39 -
YUV 181.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 242 171 81 0 0.29 0.67 0.05 33.54 0.86 0.63
Hex F2 AB 51 0 1D 43 5 22 56 3F
Octal 362 253 121 0 35 103 5 42 126 77
Binary 11110010 10101011 1010001 0 11101 1000011 101 100010 1010110 111111

Color Harmonies of #F2AB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB51

Black with #F2AB51

Text Example


Text Example

White with #F2AB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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