Html Css Color HEX #FDCD82 Cherokee

📋 copy color: '#FDCD82'

red 253 ◦ green 205 ◦ blue 130

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

Shades of Cherokee #FDCD82

Tints of Cherokee #FDCD82

RGB

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

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

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

R = 43.03%
G = 34.86%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDCD82 (or 0xFDCD82) is known color: Cherokee. HEX triplet: FD, CD and 82. RGB value is (253,205,130). Sum of RGB (Red+Green+Blue) = 253+205+130=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD82 is #02327D. Grayscale: #D3D3D3. Windows color (decimal): -143998 or 8572413. OLE color: 8572413.

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

Color convert

RGB 253 205 130 -
CMYK 0 0.19 0.49 0.01
HSL 36.59º 0.97% 0.75% -
HSV(B) 36.59º 0.49% 0.99% -
XYZ 66.37 66.16 30.39 -
YUV 210.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 253 205 130 0 0.19 0.49 0.01 36.59 0.97 0.75
Hex FD CD 82 0 13 31 1 25 61 4B
Octal 375 315 202 0 23 61 1 45 141 113
Binary 11111101 11001101 10000010 0 10011 110001 1 100101 1100001 1001011

Color Harmonies of #FDCD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD82

Black with #FDCD82

Text Example


Text Example

White with #FDCD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD82; }

 p { color: rgb(253,205,130); }

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

background-color css

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

 a { background-color: rgb(253,205,130); }

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

border-color css

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

 span { border-color: rgb(253,205,130); }

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