Html Css Color HEX #F5CE90 Cherokee

📋 copy color: '#F5CE90'

red 245 ◦ green 206 ◦ blue 144

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

Shades of Cherokee #F5CE90

Tints of Cherokee #F5CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 41.18%
G = 34.62%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5CE90 (or 0xF5CE90) is known color: Cherokee. HEX triplet: F5, CE and 90. RGB value is (245,206,144). Sum of RGB (Red+Green+Blue) = 245+206+144=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE90 is #0A316F. Grayscale: #D2D2D2. Windows color (decimal): -668016 or 9490165. OLE color: 9490165.

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

Color convert

RGB 245 206 144 -
CMYK 0 0.16 0.41 0.04
HSL 36.83º 0.83% 0.76% -
HSV(B) 36.83º 0.41% 0.96% -
XYZ 64.76 65.57 35.63 -
YUV 210.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 245 206 144 0 0.16 0.41 0.04 36.83 0.83 0.76
Hex F5 CE 90 0 10 29 4 25 53 4C
Octal 365 316 220 0 20 51 4 45 123 114
Binary 11110101 11001110 10010000 0 10000 101001 100 100101 1010011 1001100

Color Harmonies of #F5CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE90

Black with #F5CE90

Text Example


Text Example

White with #F5CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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