Html Css Color HEX #F5CD90 Cherokee

📋 copy color: '#F5CD90'

red 245 ◦ green 205 ◦ blue 144

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

Shades of Cherokee #F5CD90

Tints of Cherokee #F5CD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 41.25%
G = 34.51%
B = 24.24%

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

#F5CD90 (or 0xF5CD90) is known color: Cherokee. HEX triplet: F5, CD and 90. RGB value is (245,205,144). Sum of RGB (Red+Green+Blue) = 245+205+144=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD90 is #0A326F. Grayscale: #D2D2D2. Windows color (decimal): -668272 or 9489909. OLE color: 9489909.

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

Color convert

RGB 245 205 144 -
CMYK 0 0.16 0.41 0.04
HSL 36.24º 0.83% 0.76% -
HSV(B) 36.24º 0.41% 0.96% -
XYZ 64.52 65.09 35.55 -
YUV 210.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 245 205 144 0 0.16 0.41 0.04 36.24 0.83 0.76
Hex F5 CD 90 0 10 29 4 24 53 4C
Octal 365 315 220 0 20 51 4 44 123 114
Binary 11110101 11001101 10010000 0 10000 101001 100 100100 1010011 1001100

Color Harmonies of #F5CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD90

Black with #F5CD90

Text Example


Text Example

White with #F5CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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