Html Css Color HEX #FEAD2F Supernova

📋 copy color: '#FEAD2F'

red 254 ◦ green 173 ◦ blue 47

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

Shades of Supernova #FEAD2F

Tints of Supernova #FEAD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.92%

R = 53.59%
G = 36.5%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEAD2F (or 0xFEAD2F) is known color: Supernova. HEX triplet: FE, AD and 2F. RGB value is (254,173,47). Sum of RGB (Red+Green+Blue) = 254+173+47=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD2F is #0152D0. Grayscale: #B7B7B7. Windows color (decimal): -86737 or 3124734. OLE color: 3124734.

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

Color convert

RGB 254 173 47 -
CMYK 0 0.32 0.81 0.00
HSL 36.52º 0.99% 0.59% -
HSV(B) 36.52º 0.81% 1% -
XYZ 56.33 51.16 9.6 -
YUV 182.86 51.34 178.75 -
System Red Green Blue C M Y K H S L
Decimal 254 173 47 0 0.32 0.81 0.00 36.52 0.99 0.59
Hex FE AD 2F 0 20 51 0 25 63 3B
Octal 376 255 57 0 40 121 0 45 143 73
Binary 11111110 10101101 101111 0 100000 1010001 0 100101 1100011 111011

Color Harmonies of #FEAD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD2F

Black with #FEAD2F

Text Example


Text Example

White with #FEAD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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