Html Css Color HEX #FFAF29 Supernova

📋 copy color: '#FFAF29'

red 255 ◦ green 175 ◦ blue 41

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

Shades of Supernova #FFAF29

Tints of Supernova #FFAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.7%

R = 54.14%
G = 37.15%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFAF29 (or 0xFFAF29) is known color: Supernova. HEX triplet: FF, AF and 29. RGB value is (255,175,41). Sum of RGB (Red+Green+Blue) = 255+175+41=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF29 is #0050D6. Grayscale: #B8B8B8. Windows color (decimal): -20695 or 2732031. OLE color: 2732031.

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

Color convert

RGB 255 175 41 -
CMYK 0 0.31 0.84 0
HSL 37.57º 1% 0.58% -
HSV(B) 37.57º 0.84% 1% -
XYZ 56.97 52.08 9.15 -
YUV 183.64 47.5 178.9 -
System Red Green Blue C M Y K H S L
Decimal 255 175 41 0 0.31 0.84 0 37.57 1 0.58
Hex FF AF 29 0 1F 54 0 26 64 3A
Octal 377 257 51 0 37 124 0 46 144 72
Binary 11111111 10101111 101001 0 11111 1010100 0 100110 1100100 111010

Color Harmonies of #FFAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF29

Black with #FFAF29

Text Example


Text Example

White with #FFAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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