Html Css Color HEX #FDCC86 Cherokee

📋 copy color: '#FDCC86'

red 253 ◦ green 204 ◦ blue 134

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

Shades of Cherokee #FDCC86

Tints of Cherokee #FDCC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 42.81%
G = 34.52%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDCC86 (or 0xFDCC86) is known color: Cherokee. HEX triplet: FD, CC and 86. RGB value is (253,204,134). Sum of RGB (Red+Green+Blue) = 253+204+134=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC86 is #023379. Grayscale: #D3D3D3. Windows color (decimal): -144250 or 8834301. OLE color: 8834301.

HSL color Cylindrical-coordinate representation of color #FDCC86: hue angle of 35.29º 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 #FDCC86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 134 -
CMYK 0 0.19 0.47 0.01
HSL 35.29º 0.97% 0.76% -
HSV(B) 35.29º 0.47% 0.99% -
XYZ 66.4 65.79 31.75 -
YUV 210.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 253 204 134 0 0.19 0.47 0.01 35.29 0.97 0.76
Hex FD CC 86 0 13 2F 1 23 61 4C
Octal 375 314 206 0 23 57 1 43 141 114
Binary 11111101 11001100 10000110 0 10011 101111 1 100011 1100001 1001100

Color Harmonies of #FDCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC86

Black with #FDCC86

Text Example


Text Example

White with #FDCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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