Html Css Color HEX #FDAD2A Supernova

📋 copy color: '#FDAD2A'

red 253 ◦ green 173 ◦ blue 42

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

Shades of Supernova #FDAD2A

Tints of Supernova #FDAD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.97%

R = 54.06%
G = 36.97%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDAD2A (or 0xFDAD2A) is known color: Supernova. HEX triplet: FD, AD and 2A. RGB value is (253,173,42). Sum of RGB (Red+Green+Blue) = 253+173+42=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD2A is #0252D5. Grayscale: #B6B6B6. Windows color (decimal): -152278 or 2797053. OLE color: 2797053.

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

Color convert

RGB 253 173 42 -
CMYK 0 0.32 0.83 0.01
HSL 37.25º 0.98% 0.58% -
HSV(B) 37.25º 0.83% 0.99% -
XYZ 55.87 50.94 9.08 -
YUV 181.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 253 173 42 0 0.32 0.83 0.01 37.25 0.98 0.58
Hex FD AD 2A 0 20 53 1 25 62 3A
Octal 375 255 52 0 40 123 1 45 142 72
Binary 11111101 10101101 101010 0 100000 1010011 1 100101 1100010 111010

Color Harmonies of #FDAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD2A

Black with #FDAD2A

Text Example


Text Example

White with #FDAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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