Html Css Color HEX #F2AF26 Gold Tips

📋 copy color: '#F2AF26'

red 242 ◦ green 175 ◦ blue 38

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

Shades of Gold Tips #F2AF26

Tints of Gold Tips #F2AF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.35%

R = 53.19%
G = 38.46%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2AF26 (or 0xF2AF26) is known color: Gold Tips. HEX triplet: F2, AF and 26. RGB value is (242,175,38). Sum of RGB (Red+Green+Blue) = 242+175+38=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF26 is #0D50D9. Grayscale: #B4B4B4. Windows color (decimal): -872666 or 2535410. OLE color: 2535410.

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

Color convert

RGB 242 175 38 -
CMYK 0 0.28 0.84 0.05
HSL 40.29º 0.89% 0.55% -
HSV(B) 40.29º 0.84% 0.95% -
XYZ 52.3 49.68 8.67 -
YUV 179.42 48.2 172.64 -
System Red Green Blue C M Y K H S L
Decimal 242 175 38 0 0.28 0.84 0.05 40.29 0.89 0.55
Hex F2 AF 26 0 1C 54 5 28 59 37
Octal 362 257 46 0 34 124 5 50 131 67
Binary 11110010 10101111 100110 0 11100 1010100 101 101000 1011001 110111

Color Harmonies of #F2AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF26

Black with #F2AF26

Text Example


Text Example

White with #F2AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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