Html Css Color HEX #F8CA8B Cherokee

📋 copy color: '#F8CA8B'

red 248 ◦ green 202 ◦ blue 139

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

Shades of Cherokee #F8CA8B

Tints of Cherokee #F8CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.6%

R = 42.11%
G = 34.3%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8CA8B (or 0xF8CA8B) is known color: Cherokee. HEX triplet: F8, CA and 8B. RGB value is (248,202,139). Sum of RGB (Red+Green+Blue) = 248+202+139=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA8B is #073574. Grayscale: #D0D0D0. Windows color (decimal): -472437 or 9161464. OLE color: 9161464.

HSL color Cylindrical-coordinate representation of color #F8CA8B: hue angle of 34.68º 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 #F8CA8B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 139 -
CMYK 0 0.19 0.44 0.03
HSL 34.68º 0.89% 0.76% -
HSV(B) 34.68º 0.44% 0.97% -
XYZ 64.49 64.06 33.39 -
YUV 208.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 248 202 139 0 0.19 0.44 0.03 34.68 0.89 0.76
Hex F8 CA 8B 0 13 2C 3 23 59 4C
Octal 370 312 213 0 23 54 3 43 131 114
Binary 11111000 11001010 10001011 0 10011 101100 11 100011 1011001 1001100

Color Harmonies of #F8CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CA8B

Black with #F8CA8B

Text Example


Text Example

White with #F8CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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