Html Css Color HEX #F5D290 Cherokee

📋 copy color: '#F5D290'

red 245 ◦ green 210 ◦ blue 144

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

Shades of Cherokee #F5D290

Tints of Cherokee #F5D290

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 40.9%
G = 35.06%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5D290 (or 0xF5D290) is known color: Cherokee. HEX triplet: F5, D2 and 90. RGB value is (245,210,144). Sum of RGB (Red+Green+Blue) = 245+210+144=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D290 is #0A2D6F. Grayscale: #D5D5D5. Windows color (decimal): -666992 or 9491189. OLE color: 9491189.

HSL color Cylindrical-coordinate representation of color #F5D290: hue angle of 39.21º 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 #F5D290 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 210 144 -
CMYK 0 0.14 0.41 0.04
HSL 39.21º 0.83% 0.76% -
HSV(B) 39.21º 0.41% 0.96% -
XYZ 65.74 67.52 35.95 -
YUV 212.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 245 210 144 0 0.14 0.41 0.04 39.21 0.83 0.76
Hex F5 D2 90 0 E 29 4 27 53 4C
Octal 365 322 220 0 16 51 4 47 123 114
Binary 11110101 11010010 10010000 0 1110 101001 100 100111 1010011 1001100

Color Harmonies of #F5D290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D290

Black with #F5D290

Text Example


Text Example

White with #F5D290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D290; }

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

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

background-color css

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

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

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

border-color css

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

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

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