Html Css Color HEX #FDAD31 Supernova

📋 copy color: '#FDAD31'

red 253 ◦ green 173 ◦ blue 49

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

Shades of Supernova #FDAD31

Tints of Supernova #FDAD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.32%

R = 53.26%
G = 36.42%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDAD31 (or 0xFDAD31) is known color: Supernova. HEX triplet: FD, AD and 31. RGB value is (253,173,49). Sum of RGB (Red+Green+Blue) = 253+173+49=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD31 is #0252CE. Grayscale: #B7B7B7. Windows color (decimal): -152271 or 3255805. OLE color: 3255805.

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

Color convert

RGB 253 173 49 -
CMYK 0 0.32 0.81 0.01
HSL 36.47º 0.98% 0.59% -
HSV(B) 36.47º 0.81% 0.99% -
XYZ 56.01 50.99 9.8 -
YUV 182.78 52.5 178.08 -
System Red Green Blue C M Y K H S L
Decimal 253 173 49 0 0.32 0.81 0.01 36.47 0.98 0.59
Hex FD AD 31 0 20 51 1 24 62 3B
Octal 375 255 61 0 40 121 1 44 142 73
Binary 11111101 10101101 110001 0 100000 1010001 1 100100 1100010 111011

Color Harmonies of #FDAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD31

Black with #FDAD31

Text Example


Text Example

White with #FDAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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