Html Css Color HEX #F8C48A Cherokee

📋 copy color: '#F8C48A'

red 248 ◦ green 196 ◦ blue 138

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

Shades of Cherokee #F8C48A

Tints of Cherokee #F8C48A

RGB

 RED value IS 248 (97.27% from 255) = 42.61%

 GREEN value IS 196 (76.95% from 255) = 33.68%

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

R = 42.61%
G = 33.68%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8C48A (or 0xF8C48A) is known color: Cherokee. HEX triplet: F8, C4 and 8A. RGB value is (248,196,138). Sum of RGB (Red+Green+Blue) = 248+196+138=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C48A is #073B75. Grayscale: #CDCDCD. Windows color (decimal): -473974 or 9094392. OLE color: 9094392.

HSL color Cylindrical-coordinate representation of color #F8C48A: hue angle of 31.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8C48A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 196 138 -
CMYK 0 0.21 0.44 0.03
HSL 31.64º 0.89% 0.76% -
HSV(B) 31.64º 0.44% 0.97% -
XYZ 63.04 61.27 32.55 -
YUV 204.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 248 196 138 0 0.21 0.44 0.03 31.64 0.89 0.76
Hex F8 C4 8A 0 15 2C 3 20 59 4C
Octal 370 304 212 0 25 54 3 40 131 114
Binary 11111000 11000100 10001010 0 10101 101100 11 100000 1011001 1001100

Color Harmonies of #F8C48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C48A

Black with #F8C48A

Text Example


Text Example

White with #F8C48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C48A; }

 p { color: rgb(248,196,138); }

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

background-color css

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

 a { background-color: rgb(248,196,138); }

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

border-color css

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

 span { border-color: rgb(248,196,138); }

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