Html Css Color HEX #FDCD8A Cherokee

📋 copy color: '#FDCD8A'

red 253 ◦ green 205 ◦ blue 138

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

Shades of Cherokee #FDCD8A

Tints of Cherokee #FDCD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.15%

R = 42.45%
G = 34.4%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDCD8A (or 0xFDCD8A) is known color: Cherokee. HEX triplet: FD, CD and 8A. RGB value is (253,205,138). Sum of RGB (Red+Green+Blue) = 253+205+138=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8A is #023275. Grayscale: #D4D4D4. Windows color (decimal): -143990 or 9096701. OLE color: 9096701.

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

Color convert

RGB 253 205 138 -
CMYK 0 0.19 0.45 0.01
HSL 34.96º 0.97% 0.77% -
HSV(B) 34.96º 0.45% 0.99% -
XYZ 66.93 66.38 33.33 -
YUV 211.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 253 205 138 0 0.19 0.45 0.01 34.96 0.97 0.77
Hex FD CD 8A 0 13 2D 1 23 61 4D
Octal 375 315 212 0 23 55 1 43 141 115
Binary 11111101 11001101 10001010 0 10011 101101 1 100011 1100001 1001101

Color Harmonies of #FDCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD8A

Black with #FDCD8A

Text Example


Text Example

White with #FDCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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