Html Css Color HEX #FECA86 Cherokee

📋 copy color: '#FECA86'

red 254 ◦ green 202 ◦ blue 134

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

Shades of Cherokee #FECA86

Tints of Cherokee #FECA86

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 134 (52.73% from 255) = 22.71%

R = 43.05%
G = 34.24%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FECA86 (or 0xFECA86) is known color: Cherokee. HEX triplet: FE, CA and 86. RGB value is (254,202,134). Sum of RGB (Red+Green+Blue) = 254+202+134=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA86 is #013579. Grayscale: #D2D2D2. Windows color (decimal): -79226 or 8833790. OLE color: 8833790.

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

Color convert

RGB 254 202 134 -
CMYK 0 0.20 0.47 0.00
HSL 34º 0.98% 0.76% -
HSV(B) 34º 0.47% 1% -
XYZ 66.3 65.03 31.61 -
YUV 209.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 254 202 134 0 0.20 0.47 0.00 34 0.98 0.76
Hex FE CA 86 0 14 2F 0 22 62 4C
Octal 376 312 206 0 24 57 0 42 142 114
Binary 11111110 11001010 10000110 0 10100 101111 0 100010 1100010 1001100

Color Harmonies of #FECA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA86

Black with #FECA86

Text Example


Text Example

White with #FECA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA86; }

 p { color: rgb(254,202,134); }

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

background-color css

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

 a { background-color: rgb(254,202,134); }

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

border-color css

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

 span { border-color: rgb(254,202,134); }

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