Html Css Color HEX #F5CE8F Cherokee

📋 copy color: '#F5CE8F'

red 245 ◦ green 206 ◦ blue 143

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

Shades of Cherokee #F5CE8F

Tints of Cherokee #F5CE8F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 41.25%
G = 34.68%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5CE8F (or 0xF5CE8F) is known color: Cherokee. HEX triplet: F5, CE and 8F. RGB value is (245,206,143). Sum of RGB (Red+Green+Blue) = 245+206+143=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE8F is #0A3170. Grayscale: #D2D2D2. Windows color (decimal): -668017 or 9424629. OLE color: 9424629.

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

Color convert

RGB 245 206 143 -
CMYK 0 0.16 0.42 0.04
HSL 37.06º 0.84% 0.76% -
HSV(B) 37.06º 0.42% 0.96% -
XYZ 64.69 65.54 35.23 -
YUV 210.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 245 206 143 0 0.16 0.42 0.04 37.06 0.84 0.76
Hex F5 CE 8F 0 10 2A 4 25 54 4C
Octal 365 316 217 0 20 52 4 45 124 114
Binary 11110101 11001110 10001111 0 10000 101010 100 100101 1010100 1001100

Color Harmonies of #F5CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE8F

Black with #F5CE8F

Text Example


Text Example

White with #F5CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE8F; }

 p { color: rgb(245,206,143); }

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

background-color css

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

 a { background-color: rgb(245,206,143); }

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

border-color css

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

 span { border-color: rgb(245,206,143); }

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