Html Css Color HEX #FDAD2D Supernova

📋 copy color: '#FDAD2D'

red 253 ◦ green 173 ◦ blue 45

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

Shades of Supernova #FDAD2D

Tints of Supernova #FDAD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.55%

R = 53.72%
G = 36.73%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDAD2D (or 0xFDAD2D) is known color: Supernova. HEX triplet: FD, AD and 2D. RGB value is (253,173,45). Sum of RGB (Red+Green+Blue) = 253+173+45=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD2D is #0252D2. Grayscale: #B6B6B6. Windows color (decimal): -152275 or 2993661. OLE color: 2993661.

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

Color convert

RGB 253 173 45 -
CMYK 0 0.32 0.82 0.01
HSL 36.92º 0.98% 0.58% -
HSV(B) 36.92º 0.82% 0.99% -
XYZ 55.93 50.96 9.37 -
YUV 182.33 50.5 178.41 -
System Red Green Blue C M Y K H S L
Decimal 253 173 45 0 0.32 0.82 0.01 36.92 0.98 0.58
Hex FD AD 2D 0 20 52 1 25 62 3A
Octal 375 255 55 0 40 122 1 45 142 72
Binary 11111101 10101101 101101 0 100000 1010010 1 100101 1100010 111010

Color Harmonies of #FDAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD2D

Black with #FDAD2D

Text Example


Text Example

White with #FDAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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