Html Css Color HEX #FFAF2B Supernova

📋 copy color: '#FFAF2B'

red 255 ◦ green 175 ◦ blue 43

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

Shades of Supernova #FFAF2B

Tints of Supernova #FFAF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.09%

R = 53.91%
G = 37%
B = 9.09%

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

#FFAF2B (or 0xFFAF2B) is known color: Supernova. HEX triplet: FF, AF and 2B. RGB value is (255,175,43). Sum of RGB (Red+Green+Blue) = 255+175+43=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF2B is #0050D4. Grayscale: #B8B8B8. Windows color (decimal): -20693 or 2863103. OLE color: 2863103.

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

Color convert

RGB 255 175 43 -
CMYK 0 0.31 0.83 0
HSL 37.36º 1% 0.58% -
HSV(B) 37.36º 0.83% 1% -
XYZ 57.01 52.09 9.34 -
YUV 183.87 48.5 178.73 -
System Red Green Blue C M Y K H S L
Decimal 255 175 43 0 0.31 0.83 0 37.36 1 0.58
Hex FF AF 2B 0 1F 53 0 25 64 3A
Octal 377 257 53 0 37 123 0 45 144 72
Binary 11111111 10101111 101011 0 11111 1010011 0 100101 1100100 111010

Color Harmonies of #FFAF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF2B

Black with #FFAF2B

Text Example


Text Example

White with #FFAF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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