Html Css Color HEX #FEAF4A My Sin

📋 copy color: '#FEAF4A'

red 254 ◦ green 175 ◦ blue 74

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

Shades of My Sin #FEAF4A

Tints of My Sin #FEAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 50.5%
G = 34.79%
B = 14.71%

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

#FEAF4A (or 0xFEAF4A) is known color: My Sin. HEX triplet: FE, AF and 4A. RGB value is (254,175,74). Sum of RGB (Red+Green+Blue) = 254+175+74=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF4A is #0150B5. Grayscale: #BBBBBB. Windows color (decimal): -86198 or 4894718. OLE color: 4894718.

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

Color convert

RGB 254 175 74 -
CMYK 0 0.31 0.71 0.00
HSL 33.67º 0.99% 0.64% -
HSV(B) 33.67º 0.71% 1% -
XYZ 57.44 52.23 13.53 -
YUV 187.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 254 175 74 0 0.31 0.71 0.00 33.67 0.99 0.64
Hex FE AF 4A 0 1F 47 0 22 63 40
Octal 376 257 112 0 37 107 0 42 143 100
Binary 11111110 10101111 1001010 0 11111 1000111 0 100010 1100011 1000000

Color Harmonies of #FEAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF4A

Black with #FEAF4A

Text Example


Text Example

White with #FEAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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