Html Css Color HEX #FFAF2C Supernova

📋 copy color: '#FFAF2C'

red 255 ◦ green 175 ◦ blue 44

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

Shades of Supernova #FFAF2C

Tints of Supernova #FFAF2C

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

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

R = 53.8%
G = 36.92%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFAF2C (or 0xFFAF2C) is known color: Supernova. HEX triplet: FF, AF and 2C. RGB value is (255,175,44). Sum of RGB (Red+Green+Blue) = 255+175+44=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF2C is #0050D3. Grayscale: #B8B8B8. Windows color (decimal): -20692 or 2928639. OLE color: 2928639.

HSL color Cylindrical-coordinate representation of color #FFAF2C: hue angle of 37.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFAF2C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 44 -
CMYK 0 0.31 0.83 0
HSL 37.25º 1% 0.59% -
HSV(B) 37.25º 0.83% 1% -
XYZ 57.02 52.1 9.43 -
YUV 183.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 255 175 44 0 0.31 0.83 0 37.25 1 0.59
Hex FF AF 2C 0 1F 53 0 25 64 3B
Octal 377 257 54 0 37 123 0 45 144 73
Binary 11111111 10101111 101100 0 11111 1010011 0 100101 1100100 111011

Color Harmonies of #FFAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF2C

Black with #FFAF2C

Text Example


Text Example

White with #FFAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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