Html Css Color HEX #F1CA8B Cherokee

📋 copy color: '#F1CA8B'

red 241 ◦ green 202 ◦ blue 139

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

Shades of Cherokee #F1CA8B

Tints of Cherokee #F1CA8B

RGB

 RED value IS 241 (94.53% from 255) = 41.41%

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

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

R = 41.41%
G = 34.71%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1CA8B (or 0xF1CA8B) is known color: Cherokee. HEX triplet: F1, CA and 8B. RGB value is (241,202,139). Sum of RGB (Red+Green+Blue) = 241+202+139=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA8B is #0E3574. Grayscale: #CECECE. Windows color (decimal): -931189 or 9161457. OLE color: 9161457.

HSL color Cylindrical-coordinate representation of color #F1CA8B: hue angle of 37.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1CA8B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 139 -
CMYK 0 0.16 0.42 0.05
HSL 37.06º 0.78% 0.75% -
HSV(B) 37.06º 0.42% 0.95% -
XYZ 62.06 62.81 33.28 -
YUV 206.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 241 202 139 0 0.16 0.42 0.05 37.06 0.78 0.75
Hex F1 CA 8B 0 10 2A 5 25 4E 4B
Octal 361 312 213 0 20 52 5 45 116 113
Binary 11110001 11001010 10001011 0 10000 101010 101 100101 1001110 1001011

Color Harmonies of #F1CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA8B

Black with #F1CA8B

Text Example


Text Example

White with #F1CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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