Html Css Color HEX #FEAD2C Supernova

📋 copy color: '#FEAD2C'

red 254 ◦ green 173 ◦ blue 44

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

Shades of Supernova #FEAD2C

Tints of Supernova #FEAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.34%

R = 53.93%
G = 36.73%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEAD2C (or 0xFEAD2C) is known color: Supernova. HEX triplet: FE, AD and 2C. RGB value is (254,173,44). Sum of RGB (Red+Green+Blue) = 254+173+44=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD2C is #0152D3. Grayscale: #B7B7B7. Windows color (decimal): -86740 or 2928126. OLE color: 2928126.

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

Color convert

RGB 254 173 44 -
CMYK 0 0.32 0.83 0.00
HSL 36.86º 0.99% 0.58% -
HSV(B) 36.86º 0.83% 1% -
XYZ 56.27 51.14 9.29 -
YUV 182.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 254 173 44 0 0.32 0.83 0.00 36.86 0.99 0.58
Hex FE AD 2C 0 20 53 0 25 63 3A
Octal 376 255 54 0 40 123 0 45 143 72
Binary 11111110 10101101 101100 0 100000 1010011 0 100101 1100011 111010

Color Harmonies of #FEAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD2C

Black with #FEAD2C

Text Example


Text Example

White with #FEAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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