Html Css Color HEX #FDAD33 Supernova

📋 copy color: '#FDAD33'

red 253 ◦ green 173 ◦ blue 51

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

Shades of Supernova #FDAD33

Tints of Supernova #FDAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.69%

R = 53.04%
G = 36.27%
B = 10.69%

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

#FDAD33 (or 0xFDAD33) is known color: Supernova. HEX triplet: FD, AD and 33. RGB value is (253,173,51). Sum of RGB (Red+Green+Blue) = 253+173+51=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD33 is #0252CC. Grayscale: #B7B7B7. Windows color (decimal): -152269 or 3386877. OLE color: 3386877.

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

Color convert

RGB 253 173 51 -
CMYK 0 0.32 0.80 0.01
HSL 36.24º 0.98% 0.6% -
HSV(B) 36.24º 0.8% 0.99% -
XYZ 56.05 51.01 10.02 -
YUV 183.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 253 173 51 0 0.32 0.80 0.01 36.24 0.98 0.6
Hex FD AD 33 0 20 50 1 24 62 3C
Octal 375 255 63 0 40 120 1 44 142 74
Binary 11111101 10101101 110011 0 100000 1010000 1 100100 1100010 111100

Color Harmonies of #FDAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD33

Black with #FDAD33

Text Example


Text Example

White with #FDAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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