Html Css Color HEX #F5D38C Cherokee

📋 copy color: '#F5D38C'

red 245 ◦ green 211 ◦ blue 140

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

Shades of Cherokee #F5D38C

Tints of Cherokee #F5D38C

RGB

 RED value IS 245 (96.09% from 255) = 41.11%

 GREEN value IS 211 (82.81% from 255) = 35.4%

 BLUE value IS 140 (55.08% from 255) = 23.49%

R = 41.11%
G = 35.4%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5D38C (or 0xF5D38C) is known color: Cherokee. HEX triplet: F5, D3 and 8C. RGB value is (245,211,140). Sum of RGB (Red+Green+Blue) = 245+211+140=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D38C is #0A2C73. Grayscale: #D5D5D5. Windows color (decimal): -666740 or 9229301. OLE color: 9229301.

HSL color Cylindrical-coordinate representation of color #F5D38C: hue angle of 40.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5D38C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 140 -
CMYK 0 0.14 0.43 0.04
HSL 40.57º 0.84% 0.75% -
HSV(B) 40.57º 0.43% 0.96% -
XYZ 65.68 67.89 34.45 -
YUV 213.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 245 211 140 0 0.14 0.43 0.04 40.57 0.84 0.75
Hex F5 D3 8C 0 E 2B 4 29 54 4B
Octal 365 323 214 0 16 53 4 51 124 113
Binary 11110101 11010011 10001100 0 1110 101011 100 101001 1010100 1001011

Color Harmonies of #F5D38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D38C

Black with #F5D38C

Text Example


Text Example

White with #F5D38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D38C; }

 p { color: rgb(245,211,140); }

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

background-color css

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

 a { background-color: rgb(245,211,140); }

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

border-color css

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

 span { border-color: rgb(245,211,140); }

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