Html Css Color HEX #FFAF3B Supernova

📋 copy color: '#FFAF3B'

red 255 ◦ green 175 ◦ blue 59

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

Shades of Supernova #FFAF3B

Tints of Supernova #FFAF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.07%

R = 52.15%
G = 35.79%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFAF3B (or 0xFFAF3B) is known color: Supernova. HEX triplet: FF, AF and 3B. RGB value is (255,175,59). Sum of RGB (Red+Green+Blue) = 255+175+59=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3B is #0050C4. Grayscale: #BABABA. Windows color (decimal): -20677 or 3911679. OLE color: 3911679.

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

Color convert

RGB 255 175 59 -
CMYK 0 0.31 0.77 0
HSL 35.51º 1% 0.62% -
HSV(B) 35.51º 0.77% 1% -
XYZ 57.36 52.24 11.2 -
YUV 185.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 255 175 59 0 0.31 0.77 0 35.51 1 0.62
Hex FF AF 3B 0 1F 4D 0 24 64 3E
Octal 377 257 73 0 37 115 0 44 144 76
Binary 11111111 10101111 111011 0 11111 1001101 0 100100 1100100 111110

Color Harmonies of #FFAF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF3B

Black with #FFAF3B

Text Example


Text Example

White with #FFAF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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