Html Css Color HEX #F2AF22 Gold Tips

📋 copy color: '#F2AF22'

red 242 ◦ green 175 ◦ blue 34

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

Shades of Gold Tips #F2AF22

Tints of Gold Tips #F2AF22

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 53.66%
G = 38.8%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2AF22 (or 0xF2AF22) is known color: Gold Tips. HEX triplet: F2, AF and 22. RGB value is (242,175,34). Sum of RGB (Red+Green+Blue) = 242+175+34=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF22 is #0D50DD. Grayscale: #B3B3B3. Windows color (decimal): -872670 or 2273266. OLE color: 2273266.

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

Color convert

RGB 242 175 34 -
CMYK 0 0.28 0.86 0.05
HSL 40.67º 0.89% 0.54% -
HSV(B) 40.67º 0.86% 0.95% -
XYZ 52.24 49.65 8.34 -
YUV 178.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 242 175 34 0 0.28 0.86 0.05 40.67 0.89 0.54
Hex F2 AF 22 0 1C 56 5 29 59 36
Octal 362 257 42 0 34 126 5 51 131 66
Binary 11110010 10101111 100010 0 11100 1010110 101 101001 1011001 110110

Color Harmonies of #F2AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF22

Black with #F2AF22

Text Example


Text Example

White with #F2AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF22; }

 p { color: rgb(242,175,34); }

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

background-color css

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

 a { background-color: rgb(242,175,34); }

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

border-color css

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

 span { border-color: rgb(242,175,34); }

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