Html Css Color HEX #FCD085 Cherokee

📋 copy color: '#FCD085'

red 252 ◦ green 208 ◦ blue 133

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

Shades of Cherokee #FCD085

Tints of Cherokee #FCD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.08%

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

R = 42.5%
G = 35.08%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD085 (or 0xFCD085) is known color: Cherokee. HEX triplet: FC, D0 and 85. RGB value is (252,208,133). Sum of RGB (Red+Green+Blue) = 252+208+133=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD085 is #032F7A. Grayscale: #D4D4D4. Windows color (decimal): -208763 or 8769788. OLE color: 8769788.

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

Color convert

RGB 252 208 133 -
CMYK 0 0.17 0.47 0.01
HSL 37.82º 0.95% 0.75% -
HSV(B) 37.82º 0.47% 0.99% -
XYZ 66.93 67.5 31.69 -
YUV 212.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 252 208 133 0 0.17 0.47 0.01 37.82 0.95 0.75
Hex FC D0 85 0 11 2F 1 26 5F 4B
Octal 374 320 205 0 21 57 1 46 137 113
Binary 11111100 11010000 10000101 0 10001 101111 1 100110 1011111 1001011

Color Harmonies of #FCD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD085

Black with #FCD085

Text Example


Text Example

White with #FCD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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