Html Css Color HEX #F2AF30 Supernova

📋 copy color: '#F2AF30'

red 242 ◦ green 175 ◦ blue 48

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

Shades of Supernova #F2AF30

Tints of Supernova #F2AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.32%

R = 52.04%
G = 37.63%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2AF30 (or 0xF2AF30) is known color: Supernova. HEX triplet: F2, AF and 30. RGB value is (242,175,48). Sum of RGB (Red+Green+Blue) = 242+175+48=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF30 is #0D50CF. Grayscale: #B5B5B5. Windows color (decimal): -872656 or 3190770. OLE color: 3190770.

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

Color convert

RGB 242 175 48 -
CMYK 0 0.28 0.80 0.05
HSL 39.28º 0.88% 0.57% -
HSV(B) 39.28º 0.8% 0.95% -
XYZ 52.48 49.75 9.63 -
YUV 180.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 242 175 48 0 0.28 0.80 0.05 39.28 0.88 0.57
Hex F2 AF 30 0 1C 50 5 27 58 39
Octal 362 257 60 0 34 120 5 47 130 71
Binary 11110010 10101111 110000 0 11100 1010000 101 100111 1011000 111001

Color Harmonies of #F2AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF30

Black with #F2AF30

Text Example


Text Example

White with #F2AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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