Html Css Color HEX #F2AF32 Supernova

📋 copy color: '#F2AF32'

red 242 ◦ green 175 ◦ blue 50

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

Shades of Supernova #F2AF32

Tints of Supernova #F2AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.71%

R = 51.82%
G = 37.47%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2AF32 (or 0xF2AF32) is known color: Supernova. HEX triplet: F2, AF and 32. RGB value is (242,175,50). Sum of RGB (Red+Green+Blue) = 242+175+50=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF32 is #0D50CD. Grayscale: #B5B5B5. Windows color (decimal): -872654 or 3321842. OLE color: 3321842.

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

Color convert

RGB 242 175 50 -
CMYK 0 0.28 0.79 0.05
HSL 39.06º 0.88% 0.57% -
HSV(B) 39.06º 0.79% 0.95% -
XYZ 52.52 49.77 9.86 -
YUV 180.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 242 175 50 0 0.28 0.79 0.05 39.06 0.88 0.57
Hex F2 AF 32 0 1C 4F 5 27 58 39
Octal 362 257 62 0 34 117 5 47 130 71
Binary 11110010 10101111 110010 0 11100 1001111 101 100111 1011000 111001

Color Harmonies of #F2AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF32

Black with #F2AF32

Text Example


Text Example

White with #F2AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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