Html Css Color HEX #F7AF32 Supernova

📋 copy color: '#F7AF32'

red 247 ◦ green 175 ◦ blue 50

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

Shades of Supernova #F7AF32

Tints of Supernova #F7AF32

RGB

 RED value IS 247 (96.88% from 255) = 52.33%

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

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

R = 52.33%
G = 37.08%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7AF32 (or 0xF7AF32) is known color: Supernova. HEX triplet: F7, AF and 32. RGB value is (247,175,50). Sum of RGB (Red+Green+Blue) = 247+175+50=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF32 is #0850CD. Grayscale: #B6B6B6. Windows color (decimal): -544974 or 3321847. OLE color: 3321847.

HSL color Cylindrical-coordinate representation of color #F7AF32: hue angle of 38.07º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7AF32 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 50 -
CMYK 0 0.29 0.80 0.03
HSL 38.07º 0.92% 0.58% -
HSV(B) 38.07º 0.8% 0.97% -
XYZ 54.26 50.66 9.94 -
YUV 182.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 247 175 50 0 0.29 0.80 0.03 38.07 0.92 0.58
Hex F7 AF 32 0 1D 50 3 26 5C 3A
Octal 367 257 62 0 35 120 3 46 134 72
Binary 11110111 10101111 110010 0 11101 1010000 11 100110 1011100 111010

Color Harmonies of #F7AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF32

Black with #F7AF32

Text Example


Text Example

White with #F7AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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