Html Css Color HEX #F2AF37 Supernova

📋 copy color: '#F2AF37'

red 242 ◦ green 175 ◦ blue 55

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

Shades of Supernova #F2AF37

Tints of Supernova #F2AF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.65%

R = 51.27%
G = 37.08%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2AF37 (or 0xF2AF37) is known color: Supernova. HEX triplet: F2, AF and 37. RGB value is (242,175,55). Sum of RGB (Red+Green+Blue) = 242+175+55=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF37 is #0D50C8. Grayscale: #B5B5B5. Windows color (decimal): -872649 or 3649522. OLE color: 3649522.

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

Color convert

RGB 242 175 55 -
CMYK 0 0.28 0.77 0.05
HSL 38.5º 0.88% 0.58% -
HSV(B) 38.5º 0.77% 0.95% -
XYZ 52.64 49.81 10.46 -
YUV 181.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 242 175 55 0 0.28 0.77 0.05 38.5 0.88 0.58
Hex F2 AF 37 0 1C 4D 5 27 58 3A
Octal 362 257 67 0 34 115 5 47 130 72
Binary 11110010 10101111 110111 0 11100 1001101 101 100111 1011000 111010

Color Harmonies of #F2AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF37

Black with #F2AF37

Text Example


Text Example

White with #F2AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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