Html Css Color HEX #FEAF7F Tacao

📋 copy color: '#FEAF7F'

red 254 ◦ green 175 ◦ blue 127

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

Shades of Tacao #FEAF7F

Tints of Tacao #FEAF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.84%

R = 45.68%
G = 31.47%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEAF7F (or 0xFEAF7F) is known color: Tacao. HEX triplet: FE, AF and 7F. RGB value is (254,175,127). Sum of RGB (Red+Green+Blue) = 254+175+127=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF7F is #015080. Grayscale: #C1C1C1. Windows color (decimal): -86145 or 8368126. OLE color: 8368126.

HSL color Cylindrical-coordinate representation of color #FEAF7F: hue angle of 22.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEAF7F is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 175 127 -
CMYK 0 0.31 0.50 0.00
HSL 22.68º 0.98% 0.75% -
HSV(B) 22.68º 0.5% 1% -
XYZ 60.03 53.26 27.2 -
YUV 193.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 254 175 127 0 0.31 0.50 0.00 22.68 0.98 0.75
Hex FE AF 7F 0 1F 32 0 17 62 4B
Octal 376 257 177 0 37 62 0 27 142 113
Binary 11111110 10101111 1111111 0 11111 110010 0 10111 1100010 1001011

Color Harmonies of #FEAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF7F

Black with #FEAF7F

Text Example


Text Example

White with #FEAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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