Html Css Color HEX #FEAF7D Tacao

📋 copy color: '#FEAF7D'

red 254 ◦ green 175 ◦ blue 125

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

Shades of Tacao #FEAF7D

Tints of Tacao #FEAF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.56%

R = 45.85%
G = 31.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEAF7D (or 0xFEAF7D) is known color: Tacao. HEX triplet: FE, AF and 7D. RGB value is (254,175,125). Sum of RGB (Red+Green+Blue) = 254+175+125=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF7D is #015082. Grayscale: #C1C1C1. Windows color (decimal): -86147 or 8237054. OLE color: 8237054.

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

Color convert

RGB 254 175 125 -
CMYK 0 0.31 0.51 0.00
HSL 23.26º 0.98% 0.74% -
HSV(B) 23.26º 0.51% 1% -
XYZ 59.9 53.21 26.52 -
YUV 192.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 254 175 125 0 0.31 0.51 0.00 23.26 0.98 0.74
Hex FE AF 7D 0 1F 33 0 17 62 4A
Octal 376 257 175 0 37 63 0 27 142 112
Binary 11111110 10101111 1111101 0 11111 110011 0 10111 1100010 1001010

Color Harmonies of #FEAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF7D

Black with #FEAF7D

Text Example


Text Example

White with #FEAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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