Html Css Color HEX #FCCD85 Cherokee

📋 copy color: '#FCCD85'

red 252 ◦ green 205 ◦ blue 133

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

Shades of Cherokee #FCCD85

Tints of Cherokee #FCCD85

RGB

 RED value IS 252 (98.83% from 255) = 42.71%

 GREEN value IS 205 (80.47% from 255) = 34.75%

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

R = 42.71%
G = 34.75%
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

#FCCD85 (or 0xFCCD85) is known color: Cherokee. HEX triplet: FC, CD and 85. RGB value is (252,205,133). Sum of RGB (Red+Green+Blue) = 252+205+133=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD85 is #03327A. Grayscale: #D3D3D3. Windows color (decimal): -209531 or 8769020. OLE color: 8769020.

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

Color convert

RGB 252 205 133 -
CMYK 0 0.19 0.47 0.01
HSL 36.3º 0.95% 0.75% -
HSV(B) 36.3º 0.47% 0.99% -
XYZ 66.21 66.05 31.45 -
YUV 210.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 252 205 133 0 0.19 0.47 0.01 36.3 0.95 0.75
Hex FC CD 85 0 13 2F 1 24 5F 4B
Octal 374 315 205 0 23 57 1 44 137 113
Binary 11111100 11001101 10000101 0 10011 101111 1 100100 1011111 1001011

Color Harmonies of #FCCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD85

Black with #FCCD85

Text Example


Text Example

White with #FCCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD85; }

 p { color: rgb(252,205,133); }

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

background-color css

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

 a { background-color: rgb(252,205,133); }

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

border-color css

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

 span { border-color: rgb(252,205,133); }

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