Html Css Color HEX #FFAE34 Supernova

📋 copy color: '#FFAE34'

red 255 ◦ green 174 ◦ blue 52

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

Shades of Supernova #FFAE34

Tints of Supernova #FFAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 53.01%
G = 36.17%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFAE34 (or 0xFFAE34) is known color: Supernova. HEX triplet: FF, AE and 34. RGB value is (255,174,52). Sum of RGB (Red+Green+Blue) = 255+174+52=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE34 is #0051CB. Grayscale: #B8B8B8. Windows color (decimal): -20940 or 3452671. OLE color: 3452671.

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

Color convert

RGB 255 174 52 -
CMYK 0 0.32 0.80 0
HSL 36.06º 1% 0.6% -
HSV(B) 36.06º 0.8% 1% -
XYZ 57 51.78 10.24 -
YUV 184.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 255 174 52 0 0.32 0.80 0 36.06 1 0.6
Hex FF AE 34 0 20 50 0 24 64 3C
Octal 377 256 64 0 40 120 0 44 144 74
Binary 11111111 10101110 110100 0 100000 1010000 0 100100 1100100 111100

Color Harmonies of #FFAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE34

Black with #FFAE34

Text Example


Text Example

White with #FFAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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