Html Css Color HEX #FCD082 Cherokee

📋 copy color: '#FCD082'

red 252 ◦ green 208 ◦ blue 130

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

Shades of Cherokee #FCD082

Tints of Cherokee #FCD082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.03%

R = 42.71%
G = 35.25%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCD082 (or 0xFCD082) is known color: Cherokee. HEX triplet: FC, D0 and 82. RGB value is (252,208,130). Sum of RGB (Red+Green+Blue) = 252+208+130=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD082 is #032F7D. Grayscale: #D4D4D4. Windows color (decimal): -208766 or 8573180. OLE color: 8573180.

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

Color convert

RGB 252 208 130 -
CMYK 0 0.17 0.48 0.01
HSL 38.36º 0.95% 0.75% -
HSV(B) 38.36º 0.48% 0.99% -
XYZ 66.73 67.42 30.62 -
YUV 212.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 252 208 130 0 0.17 0.48 0.01 38.36 0.95 0.75
Hex FC D0 82 0 11 30 1 26 5F 4B
Octal 374 320 202 0 21 60 1 46 137 113
Binary 11111100 11010000 10000010 0 10001 110000 1 100110 1011111 1001011

Color Harmonies of #FCD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD082

Black with #FCD082

Text Example


Text Example

White with #FCD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD082; }

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

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

background-color css

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

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

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

border-color css

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

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

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