Html Css Color HEX #F0CD8A Cherokee

📋 copy color: '#F0CD8A'

red 240 ◦ green 205 ◦ blue 138

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

Shades of Cherokee #F0CD8A

Tints of Cherokee #F0CD8A

RGB

 RED value IS 240 (94.14% from 255) = 41.17%

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

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 41.17%
G = 35.16%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0CD8A (or 0xF0CD8A) is known color: Cherokee. HEX triplet: F0, CD and 8A. RGB value is (240,205,138). Sum of RGB (Red+Green+Blue) = 240+205+138=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CD8A is #0F3275. Grayscale: #D0D0D0. Windows color (decimal): -995958 or 9096688. OLE color: 9096688.

HSL color Cylindrical-coordinate representation of color #F0CD8A: hue angle of 39.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0CD8A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 138 -
CMYK 0 0.15 0.42 0.06
HSL 39.41º 0.77% 0.74% -
HSV(B) 39.41º 0.43% 0.94% -
XYZ 62.35 64.02 33.12 -
YUV 207.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 240 205 138 0 0.15 0.42 0.06 39.41 0.77 0.74
Hex F0 CD 8A 0 F 2A 6 27 4D 4A
Octal 360 315 212 0 17 52 6 47 115 112
Binary 11110000 11001101 10001010 0 1111 101010 110 100111 1001101 1001010

Color Harmonies of #F0CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD8A

Black with #F0CD8A

Text Example


Text Example

White with #F0CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD8A; }

 p { color: rgb(240,205,138); }

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

background-color css

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

 a { background-color: rgb(240,205,138); }

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

border-color css

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

 span { border-color: rgb(240,205,138); }

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