Html Css Color HEX #FDCC85 Cherokee

📋 copy color: '#FDCC85'

red 253 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #FDCC85

Tints of Cherokee #FDCC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.54%

R = 42.88%
G = 34.58%
B = 22.54%

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

#FDCC85 (or 0xFDCC85) is known color: Cherokee. HEX triplet: FD, CC and 85. RGB value is (253,204,133). Sum of RGB (Red+Green+Blue) = 253+204+133=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC85 is #02337A. Grayscale: #D2D2D2. Windows color (decimal): -144251 or 8768765. OLE color: 8768765.

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

Color convert

RGB 253 204 133 -
CMYK 0 0.19 0.47 0.01
HSL 35.5º 0.97% 0.76% -
HSV(B) 35.5º 0.47% 0.99% -
XYZ 66.33 65.76 31.39 -
YUV 210.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 253 204 133 0 0.19 0.47 0.01 35.5 0.97 0.76
Hex FD CC 85 0 13 2F 1 24 61 4C
Octal 375 314 205 0 23 57 1 44 141 114
Binary 11111101 11001100 10000101 0 10011 101111 1 100100 1100001 1001100

Color Harmonies of #FDCC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC85

Black with #FDCC85

Text Example


Text Example

White with #FDCC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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