Html Css Color HEX #F4CF80 Cherokee

📋 copy color: '#F4CF80'

red 244 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #F4CF80

Tints of Cherokee #F4CF80

RGB

 RED value IS 244 (95.7% from 255) = 42.14%

 GREEN value IS 207 (81.25% from 255) = 35.75%

 BLUE value IS 128 (50.39% from 255) = 22.11%

R = 42.14%
G = 35.75%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4CF80 (or 0xF4CF80) is known color: Cherokee. HEX triplet: F4, CF and 80. RGB value is (244,207,128). Sum of RGB (Red+Green+Blue) = 244+207+128=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CF80 is #0B307F. Grayscale: #D1D1D1. Windows color (decimal): -733312 or 8441844. OLE color: 8441844.

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

Color convert

RGB 244 207 128 -
CMYK 0 0.15 0.48 0.04
HSL 40.86º 0.84% 0.73% -
HSV(B) 40.86º 0.48% 0.96% -
XYZ 63.52 65.42 29.7 -
YUV 209.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 244 207 128 0 0.15 0.48 0.04 40.86 0.84 0.73
Hex F4 CF 80 0 F 30 4 29 54 49
Octal 364 317 200 0 17 60 4 51 124 111
Binary 11110100 11001111 10000000 0 1111 110000 100 101001 1010100 1001001

Color Harmonies of #F4CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CF80

Black with #F4CF80

Text Example


Text Example

White with #F4CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CF80; }

 p { color: rgb(244,207,128); }

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

background-color css

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

 a { background-color: rgb(244,207,128); }

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

border-color css

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

 span { border-color: rgb(244,207,128); }

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