Html Css Color HEX #F4CE80 Cherokee

📋 copy color: '#F4CE80'

red 244 ◦ green 206 ◦ blue 128

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

Shades of Cherokee #F4CE80

Tints of Cherokee #F4CE80

RGB

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

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

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

R = 42.21%
G = 35.64%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4CE80 (or 0xF4CE80) is known color: Cherokee. HEX triplet: F4, CE and 80. RGB value is (244,206,128). Sum of RGB (Red+Green+Blue) = 244+206+128=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CE80 is #0B317F. Grayscale: #D0D0D0. Windows color (decimal): -733568 or 8441588. OLE color: 8441588.

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

Color convert

RGB 244 206 128 -
CMYK 0 0.16 0.48 0.04
HSL 40.34º 0.84% 0.73% -
HSV(B) 40.34º 0.48% 0.96% -
XYZ 63.28 64.93 29.62 -
YUV 208.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 244 206 128 0 0.16 0.48 0.04 40.34 0.84 0.73
Hex F4 CE 80 0 10 30 4 28 54 49
Octal 364 316 200 0 20 60 4 50 124 111
Binary 11110100 11001110 10000000 0 10000 110000 100 101000 1010100 1001001

Color Harmonies of #F4CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CE80

Black with #F4CE80

Text Example


Text Example

White with #F4CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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