Html Css Color HEX #FDAD32 Supernova

📋 copy color: '#FDAD32'

red 253 ◦ green 173 ◦ blue 50

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

Shades of Supernova #FDAD32

Tints of Supernova #FDAD32

RGB

 RED value IS 253 (99.22% from 255) = 53.15%

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

 BLUE value IS 50 (19.92% from 255) = 10.5%

R = 53.15%
G = 36.34%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDAD32 (or 0xFDAD32) is known color: Supernova. HEX triplet: FD, AD and 32. RGB value is (253,173,50). Sum of RGB (Red+Green+Blue) = 253+173+50=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD32 is #0252CD. Grayscale: #B7B7B7. Windows color (decimal): -152270 or 3321341. OLE color: 3321341.

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

Color convert

RGB 253 173 50 -
CMYK 0 0.32 0.80 0.01
HSL 36.35º 0.98% 0.59% -
HSV(B) 36.35º 0.8% 0.99% -
XYZ 56.03 51 9.91 -
YUV 182.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 253 173 50 0 0.32 0.80 0.01 36.35 0.98 0.59
Hex FD AD 32 0 20 50 1 24 62 3B
Octal 375 255 62 0 40 120 1 44 142 73
Binary 11111101 10101101 110010 0 100000 1010000 1 100100 1100010 111011

Color Harmonies of #FDAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD32

Black with #FDAD32

Text Example


Text Example

White with #FDAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD32; }

 p { color: rgb(253,173,50); }

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

background-color css

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

 a { background-color: rgb(253,173,50); }

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

border-color css

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

 span { border-color: rgb(253,173,50); }

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