Html Css Color HEX #FDC886 Cherokee

📋 copy color: '#FDC886'

red 253 ◦ green 200 ◦ blue 134

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

Shades of Cherokee #FDC886

Tints of Cherokee #FDC886

RGB

 RED value IS 253 (99.22% from 255) = 43.1%

 GREEN value IS 200 (78.52% from 255) = 34.07%

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

R = 43.1%
G = 34.07%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC886 (or 0xFDC886) is known color: Cherokee. HEX triplet: FD, C8 and 86. RGB value is (253,200,134). Sum of RGB (Red+Green+Blue) = 253+200+134=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC886 is #023779. Grayscale: #D0D0D0. Windows color (decimal): -145274 or 8833277. OLE color: 8833277.

HSL color Cylindrical-coordinate representation of color #FDC886: hue angle of 33.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC886 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 134 -
CMYK 0 0.21 0.47 0.01
HSL 33.28º 0.97% 0.76% -
HSV(B) 33.28º 0.47% 0.99% -
XYZ 65.47 63.91 31.44 -
YUV 208.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 253 200 134 0 0.21 0.47 0.01 33.28 0.97 0.76
Hex FD C8 86 0 15 2F 1 21 61 4C
Octal 375 310 206 0 25 57 1 41 141 114
Binary 11111101 11001000 10000110 0 10101 101111 1 100001 1100001 1001100

Color Harmonies of #FDC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC886

Black with #FDC886

Text Example


Text Example

White with #FDC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC886; }

 p { color: rgb(253,200,134); }

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

background-color css

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

 a { background-color: rgb(253,200,134); }

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

border-color css

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

 span { border-color: rgb(253,200,134); }

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