Html Css Color HEX #F2AB4C Casablanca

📋 copy color: '#F2AB4C'

red 242 ◦ green 171 ◦ blue 76

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

Shades of Casablanca #F2AB4C

Tints of Casablanca #F2AB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 49.49%
G = 34.97%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2AB4C (or 0xF2AB4C) is known color: Casablanca. HEX triplet: F2, AB and 4C. RGB value is (242,171,76). Sum of RGB (Red+Green+Blue) = 242+171+76=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB4C is #0D54B3. Grayscale: #B5B5B5. Windows color (decimal): -873652 or 5024754. OLE color: 5024754.

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

Color convert

RGB 242 171 76 -
CMYK 0 0.29 0.69 0.05
HSL 34.34º 0.86% 0.62% -
HSV(B) 34.34º 0.69% 0.95% -
XYZ 52.49 48.52 13.44 -
YUV 181.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 242 171 76 0 0.29 0.69 0.05 34.34 0.86 0.62
Hex F2 AB 4C 0 1D 45 5 22 56 3E
Octal 362 253 114 0 35 105 5 42 126 76
Binary 11110010 10101011 1001100 0 11101 1000101 101 100010 1010110 111110

Color Harmonies of #F2AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB4C

Black with #F2AB4C

Text Example


Text Example

White with #F2AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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