Html Css Color HEX #F2AF3A Supernova

📋 copy color: '#F2AF3A'

red 242 ◦ green 175 ◦ blue 58

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

Shades of Supernova #F2AF3A

Tints of Supernova #F2AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 50.95%
G = 36.84%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2AF3A (or 0xF2AF3A) is known color: Supernova. HEX triplet: F2, AF and 3A. RGB value is (242,175,58). Sum of RGB (Red+Green+Blue) = 242+175+58=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF3A is #0D50C5. Grayscale: #B6B6B6. Windows color (decimal): -872646 or 3846130. OLE color: 3846130.

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

Color convert

RGB 242 175 58 -
CMYK 0 0.28 0.76 0.05
HSL 38.15º 0.88% 0.59% -
HSV(B) 38.15º 0.76% 0.95% -
XYZ 52.71 49.84 10.85 -
YUV 181.7 58.2 171.01 -
System Red Green Blue C M Y K H S L
Decimal 242 175 58 0 0.28 0.76 0.05 38.15 0.88 0.59
Hex F2 AF 3A 0 1C 4C 5 26 58 3B
Octal 362 257 72 0 34 114 5 46 130 73
Binary 11110010 10101111 111010 0 11100 1001100 101 100110 1011000 111011

Color Harmonies of #F2AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF3A

Black with #F2AF3A

Text Example


Text Example

White with #F2AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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