Html Css Color HEX #F7AF31 Supernova

📋 copy color: '#F7AF31'

red 247 ◦ green 175 ◦ blue 49

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

Shades of Supernova #F7AF31

Tints of Supernova #F7AF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 52.44%
G = 37.15%
B = 10.4%

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

#F7AF31 (or 0xF7AF31) is known color: Supernova. HEX triplet: F7, AF and 31. RGB value is (247,175,49). Sum of RGB (Red+Green+Blue) = 247+175+49=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF31 is #0850CE. Grayscale: #B6B6B6. Windows color (decimal): -544975 or 3256311. OLE color: 3256311.

HSL color Cylindrical-coordinate representation of color #F7AF31: hue angle of 38.18º degrees, saturation: 0.93, 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 #F7AF31 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 49 -
CMYK 0 0.29 0.80 0.03
HSL 38.18º 0.93% 0.58% -
HSV(B) 38.18º 0.8% 0.97% -
XYZ 54.24 50.66 9.82 -
YUV 182.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 247 175 49 0 0.29 0.80 0.03 38.18 0.93 0.58
Hex F7 AF 31 0 1D 50 3 26 5D 3A
Octal 367 257 61 0 35 120 3 46 135 72
Binary 11110111 10101111 110001 0 11101 1010000 11 100110 1011101 111010

Color Harmonies of #F7AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF31

Black with #F7AF31

Text Example


Text Example

White with #F7AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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