Html Css Color HEX #FFAE35 Supernova

📋 copy color: '#FFAE35'

red 255 ◦ green 174 ◦ blue 53

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

Shades of Supernova #FFAE35

Tints of Supernova #FFAE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11%

R = 52.9%
G = 36.1%
B = 11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFAE35 (or 0xFFAE35) is known color: Supernova. HEX triplet: FF, AE and 35. RGB value is (255,174,53). Sum of RGB (Red+Green+Blue) = 255+174+53=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE35 is #0051CA. Grayscale: #B8B8B8. Windows color (decimal): -20939 or 3518207. OLE color: 3518207.

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

Color convert

RGB 255 174 53 -
CMYK 0 0.32 0.79 0
HSL 35.94º 1% 0.6% -
HSV(B) 35.94º 0.79% 1% -
XYZ 57.02 51.79 10.36 -
YUV 184.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 255 174 53 0 0.32 0.79 0 35.94 1 0.6
Hex FF AE 35 0 20 4F 0 24 64 3C
Octal 377 256 65 0 40 117 0 44 144 74
Binary 11111111 10101110 110101 0 100000 1001111 0 100100 1100100 111100

Color Harmonies of #FFAE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE35

Black with #FFAE35

Text Example


Text Example

White with #FFAE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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