Html Css Color HEX #FFAD34 Supernova

📋 copy color: '#FFAD34'

red 255 ◦ green 173 ◦ blue 52

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

Shades of Supernova #FFAD34

Tints of Supernova #FFAD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 53.13%
G = 36.04%
B = 10.83%

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

#FFAD34 (or 0xFFAD34) is known color: Supernova. HEX triplet: FF, AD and 34. RGB value is (255,173,52). Sum of RGB (Red+Green+Blue) = 255+173+52=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD34 is #0052CB. Grayscale: #B8B8B8. Windows color (decimal): -21196 or 3452415. OLE color: 3452415.

HSL color Cylindrical-coordinate representation of color #FFAD34: hue angle of 35.76º 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 #FFAD34 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 173 52 -
CMYK 0 0.32 0.80 0
HSL 35.76º 1% 0.6% -
HSV(B) 35.76º 0.8% 1% -
XYZ 56.8 51.4 10.18 -
YUV 183.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 255 173 52 0 0.32 0.80 0 35.76 1 0.6
Hex FF AD 34 0 20 50 0 24 64 3C
Octal 377 255 64 0 40 120 0 44 144 74
Binary 11111111 10101101 110100 0 100000 1010000 0 100100 1100100 111100

Color Harmonies of #FFAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD34

Black with #FFAD34

Text Example


Text Example

White with #FFAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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