Html Css Color HEX #F2AF25 Gold Tips

📋 copy color: '#F2AF25'

red 242 ◦ green 175 ◦ blue 37

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

Shades of Gold Tips #F2AF25

Tints of Gold Tips #F2AF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 53.3%
G = 38.55%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2AF25 (or 0xF2AF25) is known color: Gold Tips. HEX triplet: F2, AF and 25. RGB value is (242,175,37). Sum of RGB (Red+Green+Blue) = 242+175+37=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF25 is #0D50DA. Grayscale: #B3B3B3. Windows color (decimal): -872667 or 2469874. OLE color: 2469874.

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

Color convert

RGB 242 175 37 -
CMYK 0 0.28 0.85 0.05
HSL 40.39º 0.89% 0.55% -
HSV(B) 40.39º 0.85% 0.95% -
XYZ 52.28 49.67 8.58 -
YUV 179.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 242 175 37 0 0.28 0.85 0.05 40.39 0.89 0.55
Hex F2 AF 25 0 1C 55 5 28 59 37
Octal 362 257 45 0 34 125 5 50 131 67
Binary 11110010 10101111 100101 0 11100 1010101 101 101000 1011001 110111

Color Harmonies of #F2AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF25

Black with #F2AF25

Text Example


Text Example

White with #F2AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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