Html Css Color HEX #F2AF36 Supernova

📋 copy color: '#F2AF36'

red 242 ◦ green 175 ◦ blue 54

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

Shades of Supernova #F2AF36

Tints of Supernova #F2AF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.46%

R = 51.38%
G = 37.15%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2AF36 (or 0xF2AF36) is known color: Supernova. HEX triplet: F2, AF and 36. RGB value is (242,175,54). Sum of RGB (Red+Green+Blue) = 242+175+54=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF36 is #0D50C9. Grayscale: #B5B5B5. Windows color (decimal): -872650 or 3583986. OLE color: 3583986.

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

Color convert

RGB 242 175 54 -
CMYK 0 0.28 0.78 0.05
HSL 38.62º 0.88% 0.58% -
HSV(B) 38.62º 0.78% 0.95% -
XYZ 52.61 49.8 10.33 -
YUV 181.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 242 175 54 0 0.28 0.78 0.05 38.62 0.88 0.58
Hex F2 AF 36 0 1C 4E 5 27 58 3A
Octal 362 257 66 0 34 116 5 47 130 72
Binary 11110010 10101111 110110 0 11100 1001110 101 100111 1011000 111010

Color Harmonies of #F2AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF36

Black with #F2AF36

Text Example


Text Example

White with #F2AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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