Html Css Color HEX #F2AD24 Gold Tips

📋 copy color: '#F2AD24'

red 242 ◦ green 173 ◦ blue 36

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

Shades of Gold Tips #F2AD24

Tints of Gold Tips #F2AD24

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

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

R = 53.66%
G = 38.36%
B = 7.98%

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

#F2AD24 (or 0xF2AD24) is known color: Gold Tips. HEX triplet: F2, AD and 24. RGB value is (242,173,36). Sum of RGB (Red+Green+Blue) = 242+173+36=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD24 is #0D52DB. Grayscale: #B2B2B2. Windows color (decimal): -873180 or 2403826. OLE color: 2403826.

HSL color Cylindrical-coordinate representation of color #F2AD24: hue angle of 39.9º 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 #F2AD24 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 36 -
CMYK 0 0.29 0.85 0.05
HSL 39.9º 0.89% 0.55% -
HSV(B) 39.9º 0.85% 0.95% -
XYZ 51.88 48.89 8.37 -
YUV 178.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 242 173 36 0 0.29 0.85 0.05 39.9 0.89 0.55
Hex F2 AD 24 0 1D 55 5 28 59 37
Octal 362 255 44 0 35 125 5 50 131 67
Binary 11110010 10101101 100100 0 11101 1010101 101 101000 1011001 110111

Color Harmonies of #F2AD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD24

Black with #F2AD24

Text Example


Text Example

White with #F2AD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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