Html Css Color HEX #F7AF2C Supernova

📋 copy color: '#F7AF2C'

red 247 ◦ green 175 ◦ blue 44

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

Shades of Supernova #F7AF2C

Tints of Supernova #F7AF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.44%

R = 53%
G = 37.55%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7AF2C (or 0xF7AF2C) is known color: Supernova. HEX triplet: F7, AF and 2C. RGB value is (247,175,44). Sum of RGB (Red+Green+Blue) = 247+175+44=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF2C is #0850D3. Grayscale: #B6B6B6. Windows color (decimal): -544980 or 2928631. OLE color: 2928631.

HSL color Cylindrical-coordinate representation of color #F7AF2C: hue angle of 38.72º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7AF2C is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 44 -
CMYK 0 0.29 0.82 0.03
HSL 38.72º 0.93% 0.57% -
HSV(B) 38.72º 0.82% 0.97% -
XYZ 54.14 50.62 9.3 -
YUV 181.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 247 175 44 0 0.29 0.82 0.03 38.72 0.93 0.57
Hex F7 AF 2C 0 1D 52 3 27 5D 39
Octal 367 257 54 0 35 122 3 47 135 71
Binary 11110111 10101111 101100 0 11101 1010010 11 100111 1011101 111001

Color Harmonies of #F7AF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF2C

Black with #F7AF2C

Text Example


Text Example

White with #F7AF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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