Html Css Color HEX #F5C38A Cherokee

📋 copy color: '#F5C38A'

red 245 ◦ green 195 ◦ blue 138

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

Shades of Cherokee #F5C38A

Tints of Cherokee #F5C38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.74%

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

R = 42.39%
G = 33.74%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5C38A (or 0xF5C38A) is known color: Cherokee. HEX triplet: F5, C3 and 8A. RGB value is (245,195,138). Sum of RGB (Red+Green+Blue) = 245+195+138=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C38A is #0A3C75. Grayscale: #CBCBCB. Windows color (decimal): -670838 or 9094133. OLE color: 9094133.

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

Color convert

RGB 245 195 138 -
CMYK 0 0.20 0.44 0.04
HSL 31.96º 0.84% 0.75% -
HSV(B) 31.96º 0.44% 0.96% -
XYZ 61.76 60.28 32.42 -
YUV 203.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 245 195 138 0 0.20 0.44 0.04 31.96 0.84 0.75
Hex F5 C3 8A 0 14 2C 4 20 54 4B
Octal 365 303 212 0 24 54 4 40 124 113
Binary 11110101 11000011 10001010 0 10100 101100 100 100000 1010100 1001011

Color Harmonies of #F5C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C38A

Black with #F5C38A

Text Example


Text Example

White with #F5C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C38A; }

 p { color: rgb(245,195,138); }

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

background-color css

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

 a { background-color: rgb(245,195,138); }

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

border-color css

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

 span { border-color: rgb(245,195,138); }

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