Html Css Color HEX #F8CA8D Cherokee

📋 copy color: '#F8CA8D'

red 248 ◦ green 202 ◦ blue 141

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

Shades of Cherokee #F8CA8D

Tints of Cherokee #F8CA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.18%

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 41.96%
G = 34.18%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8CA8D (or 0xF8CA8D) is known color: Cherokee. HEX triplet: F8, CA and 8D. RGB value is (248,202,141). Sum of RGB (Red+Green+Blue) = 248+202+141=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA8D is #073572. Grayscale: #D1D1D1. Windows color (decimal): -472435 or 9292536. OLE color: 9292536.

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

Color convert

RGB 248 202 141 -
CMYK 0 0.19 0.43 0.03
HSL 34.21º 0.88% 0.76% -
HSV(B) 34.21º 0.43% 0.97% -
XYZ 64.64 64.12 34.17 -
YUV 208.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 248 202 141 0 0.19 0.43 0.03 34.21 0.88 0.76
Hex F8 CA 8D 0 13 2B 3 22 58 4C
Octal 370 312 215 0 23 53 3 42 130 114
Binary 11111000 11001010 10001101 0 10011 101011 11 100010 1011000 1001100

Color Harmonies of #F8CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CA8D

Black with #F8CA8D

Text Example


Text Example

White with #F8CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CA8D; }

 p { color: rgb(248,202,141); }

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

background-color css

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

 a { background-color: rgb(248,202,141); }

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

border-color css

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

 span { border-color: rgb(248,202,141); }

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