Html Css Color HEX #FDCF8C Cherokee

📋 copy color: '#FDCF8C'

red 253 ◦ green 207 ◦ blue 140

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

Shades of Cherokee #FDCF8C

Tints of Cherokee #FDCF8C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 140 (55.08% from 255) = 23.33%

R = 42.17%
G = 34.5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDCF8C (or 0xFDCF8C) is known color: Cherokee. HEX triplet: FD, CF and 8C. RGB value is (253,207,140). Sum of RGB (Red+Green+Blue) = 253+207+140=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF8C is #023073. Grayscale: #D5D5D5. Windows color (decimal): -143476 or 9228285. OLE color: 9228285.

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

Color convert

RGB 253 207 140 -
CMYK 0 0.18 0.45 0.01
HSL 35.58º 0.97% 0.77% -
HSV(B) 35.58º 0.45% 0.99% -
XYZ 67.55 67.4 34.26 -
YUV 213.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 253 207 140 0 0.18 0.45 0.01 35.58 0.97 0.77
Hex FD CF 8C 0 12 2D 1 24 61 4D
Octal 375 317 214 0 22 55 1 44 141 115
Binary 11111101 11001111 10001100 0 10010 101101 1 100100 1100001 1001101

Color Harmonies of #FDCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF8C

Black with #FDCF8C

Text Example


Text Example

White with #FDCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF8C; }

 p { color: rgb(253,207,140); }

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

background-color css

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

 a { background-color: rgb(253,207,140); }

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

border-color css

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

 span { border-color: rgb(253,207,140); }

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