Html Css Color HEX #FEAF70 Tacao

📋 copy color: '#FEAF70'

red 254 ◦ green 175 ◦ blue 112

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

Shades of Tacao #FEAF70

Tints of Tacao #FEAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 46.95%
G = 32.35%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEAF70 (or 0xFEAF70) is known color: Tacao. HEX triplet: FE, AF and 70. RGB value is (254,175,112). Sum of RGB (Red+Green+Blue) = 254+175+112=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF70 is #01508F. Grayscale: #BFBFBF. Windows color (decimal): -86160 or 7385086. OLE color: 7385086.

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

Color convert

RGB 254 175 112 -
CMYK 0 0.31 0.56 0.00
HSL 26.62º 0.99% 0.72% -
HSV(B) 26.62º 0.56% 1% -
XYZ 59.13 52.9 22.42 -
YUV 191.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 254 175 112 0 0.31 0.56 0.00 26.62 0.99 0.72
Hex FE AF 70 0 1F 38 0 1B 63 48
Octal 376 257 160 0 37 70 0 33 143 110
Binary 11111110 10101111 1110000 0 11111 111000 0 11011 1100011 1001000

Color Harmonies of #FEAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF70

Black with #FEAF70

Text Example


Text Example

White with #FEAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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