Html Css Color HEX #FEAE4A My Sin

📋 copy color: '#FEAE4A'

red 254 ◦ green 174 ◦ blue 74

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

Shades of My Sin #FEAE4A

Tints of My Sin #FEAE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 50.6%
G = 34.66%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEAE4A (or 0xFEAE4A) is known color: My Sin. HEX triplet: FE, AE and 4A. RGB value is (254,174,74). Sum of RGB (Red+Green+Blue) = 254+174+74=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAE4A is #0151B5. Grayscale: #BBBBBB. Windows color (decimal): -86454 or 4894462. OLE color: 4894462.

HSL color Cylindrical-coordinate representation of color #FEAE4A: hue angle of 33.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 #FEAE4A is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 74 -
CMYK 0 0.31 0.71 0.00
HSL 33.33º 0.99% 0.64% -
HSV(B) 33.33º 0.71% 1% -
XYZ 57.25 51.84 13.47 -
YUV 186.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 254 174 74 0 0.31 0.71 0.00 33.33 0.99 0.64
Hex FE AE 4A 0 1F 47 0 21 63 40
Octal 376 256 112 0 37 107 0 41 143 100
Binary 11111110 10101110 1001010 0 11111 1000111 0 100001 1100011 1000000

Color Harmonies of #FEAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE4A

Black with #FEAE4A

Text Example


Text Example

White with #FEAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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