Html Css Color HEX #FEAF47 My Sin

📋 copy color: '#FEAF47'

red 254 ◦ green 175 ◦ blue 71

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

Shades of My Sin #FEAF47

Tints of My Sin #FEAF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.2%

R = 50.8%
G = 35%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEAF47 (or 0xFEAF47) is known color: My Sin. HEX triplet: FE, AF and 47. RGB value is (254,175,71). Sum of RGB (Red+Green+Blue) = 254+175+71=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF47 is #0150B8. Grayscale: #BBBBBB. Windows color (decimal): -86201 or 4698110. OLE color: 4698110.

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

Color convert

RGB 254 175 71 -
CMYK 0 0.31 0.72 0.00
HSL 34.1º 0.99% 0.64% -
HSV(B) 34.1º 0.72% 1% -
XYZ 57.34 52.19 13.01 -
YUV 186.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 254 175 71 0 0.31 0.72 0.00 34.1 0.99 0.64
Hex FE AF 47 0 1F 48 0 22 63 40
Octal 376 257 107 0 37 110 0 42 143 100
Binary 11111110 10101111 1000111 0 11111 1001000 0 100010 1100011 1000000

Color Harmonies of #FEAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF47

Black with #FEAF47

Text Example


Text Example

White with #FEAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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