Html Css Color HEX #FEB270 Tacao

📋 copy color: '#FEB270'

red 254 ◦ green 178 ◦ blue 112

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

Shades of Tacao #FEB270

Tints of Tacao #FEB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

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

R = 46.69%
G = 32.72%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEB270 (or 0xFEB270) is known color: Tacao. HEX triplet: FE, B2 and 70. RGB value is (254,178,112). Sum of RGB (Red+Green+Blue) = 254+178+112=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB270 is #014D8F. Grayscale: #C1C1C1. Windows color (decimal): -85392 or 7385854. OLE color: 7385854.

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

Color convert

RGB 254 178 112 -
CMYK 0 0.30 0.56 0.00
HSL 27.89º 0.99% 0.72% -
HSV(B) 27.89º 0.56% 1% -
XYZ 59.72 54.08 22.62 -
YUV 193.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 254 178 112 0 0.30 0.56 0.00 27.89 0.99 0.72
Hex FE B2 70 0 1E 38 0 1C 63 48
Octal 376 262 160 0 36 70 0 34 143 110
Binary 11111110 10110010 1110000 0 11110 111000 0 11100 1100011 1001000

Color Harmonies of #FEB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB270

Black with #FEB270

Text Example


Text Example

White with #FEB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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