Html Css Color HEX #FEAD4A My Sin

📋 copy color: '#FEAD4A'

red 254 ◦ green 173 ◦ blue 74

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

Shades of My Sin #FEAD4A

Tints of My Sin #FEAD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 50.7%
G = 34.53%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEAD4A (or 0xFEAD4A) is known color: My Sin. HEX triplet: FE, AD and 4A. RGB value is (254,173,74). Sum of RGB (Red+Green+Blue) = 254+173+74=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD4A is #0152B5. Grayscale: #BABABA. Windows color (decimal): -86710 or 4894206. OLE color: 4894206.

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

Color convert

RGB 254 173 74 -
CMYK 0 0.32 0.71 0.00
HSL 33º 0.99% 0.64% -
HSV(B) 33º 0.71% 1% -
XYZ 57.05 51.45 13.4 -
YUV 185.93 64.84 176.55 -
System Red Green Blue C M Y K H S L
Decimal 254 173 74 0 0.32 0.71 0.00 33 0.99 0.64
Hex FE AD 4A 0 20 47 0 21 63 40
Octal 376 255 112 0 40 107 0 41 143 100
Binary 11111110 10101101 1001010 0 100000 1000111 0 100001 1100011 1000000

Color Harmonies of #FEAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD4A

Black with #FEAD4A

Text Example


Text Example

White with #FEAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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