Html Css Color HEX #FDCB8A Cherokee

📋 copy color: '#FDCB8A'

red 253 ◦ green 203 ◦ blue 138

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

Shades of Cherokee #FDCB8A

Tints of Cherokee #FDCB8A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 42.59%
G = 34.18%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDCB8A (or 0xFDCB8A) is known color: Cherokee. HEX triplet: FD, CB and 8A. RGB value is (253,203,138). Sum of RGB (Red+Green+Blue) = 253+203+138=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB8A is #023475. Grayscale: #D2D2D2. Windows color (decimal): -144502 or 9096189. OLE color: 9096189.

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

Color convert

RGB 253 203 138 -
CMYK 0 0.20 0.45 0.01
HSL 33.91º 0.97% 0.77% -
HSV(B) 33.91º 0.45% 0.99% -
XYZ 66.45 65.43 33.17 -
YUV 210.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 253 203 138 0 0.20 0.45 0.01 33.91 0.97 0.77
Hex FD CB 8A 0 14 2D 1 22 61 4D
Octal 375 313 212 0 24 55 1 42 141 115
Binary 11111101 11001011 10001010 0 10100 101101 1 100010 1100001 1001101

Color Harmonies of #FDCB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB8A

Black with #FDCB8A

Text Example


Text Example

White with #FDCB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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