Html Css Color HEX #F4CE82 Cherokee

📋 copy color: '#F4CE82'

red 244 ◦ green 206 ◦ blue 130

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

Shades of Cherokee #F4CE82

Tints of Cherokee #F4CE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.41%

R = 42.07%
G = 35.52%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F4CE82 (or 0xF4CE82) is known color: Cherokee. HEX triplet: F4, CE and 82. RGB value is (244,206,130). Sum of RGB (Red+Green+Blue) = 244+206+130=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CE82 is #0B317D. Grayscale: #D1D1D1. Windows color (decimal): -733566 or 8572660. OLE color: 8572660.

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

Color convert

RGB 244 206 130 -
CMYK 0 0.16 0.47 0.04
HSL 40º 0.84% 0.73% -
HSV(B) 40º 0.47% 0.96% -
XYZ 63.41 64.99 30.32 -
YUV 208.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 244 206 130 0 0.16 0.47 0.04 40 0.84 0.73
Hex F4 CE 82 0 10 2F 4 28 54 49
Octal 364 316 202 0 20 57 4 50 124 111
Binary 11110100 11001110 10000010 0 10000 101111 100 101000 1010100 1001001

Color Harmonies of #F4CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CE82

Black with #F4CE82

Text Example


Text Example

White with #F4CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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