Html Css Color HEX #F4CE7D Cherokee

📋 copy color: '#F4CE7D'

red 244 ◦ green 206 ◦ blue 125

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

Shades of Cherokee #F4CE7D

Tints of Cherokee #F4CE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 42.43%
G = 35.83%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4CE7D (or 0xF4CE7D) is known color: Cherokee. HEX triplet: F4, CE and 7D. RGB value is (244,206,125). Sum of RGB (Red+Green+Blue) = 244+206+125=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CE7D is #0B3182. Grayscale: #D0D0D0. Windows color (decimal): -733571 or 8244980. OLE color: 8244980.

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

Color convert

RGB 244 206 125 -
CMYK 0 0.16 0.49 0.04
HSL 40.84º 0.84% 0.72% -
HSV(B) 40.84º 0.49% 0.96% -
XYZ 63.08 64.86 28.6 -
YUV 208.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 244 206 125 0 0.16 0.49 0.04 40.84 0.84 0.72
Hex F4 CE 7D 0 10 31 4 29 54 48
Octal 364 316 175 0 20 61 4 51 124 110
Binary 11110100 11001110 1111101 0 10000 110001 100 101001 1010100 1001000

Color Harmonies of #F4CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CE7D

Black with #F4CE7D

Text Example


Text Example

White with #F4CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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