Html Css Color HEX #FFAE2D Supernova

📋 copy color: '#FFAE2D'

red 255 ◦ green 174 ◦ blue 45

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

Shades of Supernova #FFAE2D

Tints of Supernova #FFAE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 53.8%
G = 36.71%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFAE2D (or 0xFFAE2D) is known color: Supernova. HEX triplet: FF, AE and 2D. RGB value is (255,174,45). Sum of RGB (Red+Green+Blue) = 255+174+45=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE2D is #0051D2. Grayscale: #B8B8B8. Windows color (decimal): -20947 or 2993919. OLE color: 2993919.

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

Color convert

RGB 255 174 45 -
CMYK 0 0.32 0.82 0
HSL 36.86º 1% 0.59% -
HSV(B) 36.86º 0.82% 1% -
XYZ 56.85 51.72 9.47 -
YUV 183.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 255 174 45 0 0.32 0.82 0 36.86 1 0.59
Hex FF AE 2D 0 20 52 0 25 64 3B
Octal 377 256 55 0 40 122 0 45 144 73
Binary 11111111 10101110 101101 0 100000 1010010 0 100101 1100100 111011

Color Harmonies of #FFAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE2D

Black with #FFAE2D

Text Example


Text Example

White with #FFAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE2D; }

 p { color: rgb(255,174,45); }

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

background-color css

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

 a { background-color: rgb(255,174,45); }

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

border-color css

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

 span { border-color: rgb(255,174,45); }

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