Html Css Color HEX #FDC98A Cherokee

📋 copy color: '#FDC98A'

red 253 ◦ green 201 ◦ blue 138

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

Shades of Cherokee #FDC98A

Tints of Cherokee #FDC98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

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

R = 42.74%
G = 33.95%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC98A (or 0xFDC98A) is known color: Cherokee. HEX triplet: FD, C9 and 8A. RGB value is (253,201,138). Sum of RGB (Red+Green+Blue) = 253+201+138=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98A is #023675. Grayscale: #D1D1D1. Windows color (decimal): -145014 or 9095677. OLE color: 9095677.

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

Color convert

RGB 253 201 138 -
CMYK 0 0.21 0.45 0.01
HSL 32.87º 0.97% 0.77% -
HSV(B) 32.87º 0.45% 0.99% -
XYZ 65.98 64.49 33.02 -
YUV 209.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 253 201 138 0 0.21 0.45 0.01 32.87 0.97 0.77
Hex FD C9 8A 0 15 2D 1 21 61 4D
Octal 375 311 212 0 25 55 1 41 141 115
Binary 11111101 11001001 10001010 0 10101 101101 1 100001 1100001 1001101

Color Harmonies of #FDC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC98A

Black with #FDC98A

Text Example


Text Example

White with #FDC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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