Html Css Color HEX #F2AB24 Gold Tips

📋 copy color: '#F2AB24'

red 242 ◦ green 171 ◦ blue 36

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

Shades of Gold Tips #F2AB24

Tints of Gold Tips #F2AB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.02%

R = 53.9%
G = 38.08%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2AB24 (or 0xF2AB24) is known color: Gold Tips. HEX triplet: F2, AB and 24. RGB value is (242,171,36). Sum of RGB (Red+Green+Blue) = 242+171+36=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB24 is #0D54DB. Grayscale: #B1B1B1. Windows color (decimal): -873692 or 2403314. OLE color: 2403314.

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

Color convert

RGB 242 171 36 -
CMYK 0 0.29 0.85 0.05
HSL 39.32º 0.89% 0.55% -
HSV(B) 39.32º 0.85% 0.95% -
XYZ 51.5 48.13 8.24 -
YUV 176.84 48.52 174.48 -
System Red Green Blue C M Y K H S L
Decimal 242 171 36 0 0.29 0.85 0.05 39.32 0.89 0.55
Hex F2 AB 24 0 1D 55 5 27 59 37
Octal 362 253 44 0 35 125 5 47 131 67
Binary 11110010 10101011 100100 0 11101 1010101 101 100111 1011001 110111

Color Harmonies of #F2AB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB24

Black with #F2AB24

Text Example


Text Example

White with #F2AB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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