Html Css Color HEX #FEAD2D Supernova

📋 copy color: '#FEAD2D'

red 254 ◦ green 173 ◦ blue 45

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

Shades of Supernova #FEAD2D

Tints of Supernova #FEAD2D

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

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

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

R = 53.81%
G = 36.65%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEAD2D (or 0xFEAD2D) is known color: Supernova. HEX triplet: FE, AD and 2D. RGB value is (254,173,45). Sum of RGB (Red+Green+Blue) = 254+173+45=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD2D is #0152D2. Grayscale: #B7B7B7. Windows color (decimal): -86739 or 2993662. OLE color: 2993662.

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

Color convert

RGB 254 173 45 -
CMYK 0 0.32 0.82 0.00
HSL 36.75º 0.99% 0.59% -
HSV(B) 36.75º 0.82% 1% -
XYZ 56.29 51.15 9.39 -
YUV 182.63 50.34 178.91 -
System Red Green Blue C M Y K H S L
Decimal 254 173 45 0 0.32 0.82 0.00 36.75 0.99 0.59
Hex FE AD 2D 0 20 52 0 25 63 3B
Octal 376 255 55 0 40 122 0 45 143 73
Binary 11111110 10101101 101101 0 100000 1010010 0 100101 1100011 111011

Color Harmonies of #FEAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD2D

Black with #FEAD2D

Text Example


Text Example

White with #FEAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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