Html Css Color HEX #FFAF25 Supernova

📋 copy color: '#FFAF25'

red 255 ◦ green 175 ◦ blue 37

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

Shades of Supernova #FFAF25

Tints of Supernova #FFAF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.92%

R = 54.6%
G = 37.47%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFAF25 (or 0xFFAF25) is known color: Supernova. HEX triplet: FF, AF and 25. RGB value is (255,175,37). Sum of RGB (Red+Green+Blue) = 255+175+37=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF25 is #0050DA. Grayscale: #B7B7B7. Windows color (decimal): -20699 or 2469887. OLE color: 2469887.

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

Color convert

RGB 255 175 37 -
CMYK 0 0.31 0.85 0
HSL 37.98º 1% 0.57% -
HSV(B) 37.98º 0.85% 1% -
XYZ 56.9 52.05 8.8 -
YUV 183.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 255 175 37 0 0.31 0.85 0 37.98 1 0.57
Hex FF AF 25 0 1F 55 0 26 64 39
Octal 377 257 45 0 37 125 0 46 144 71
Binary 11111111 10101111 100101 0 11111 1010101 0 100110 1100100 111001

Color Harmonies of #FFAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF25

Black with #FFAF25

Text Example


Text Example

White with #FFAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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