Html Css Color HEX #F0CE7D Cherokee

📋 copy color: '#F0CE7D'

red 240 ◦ green 206 ◦ blue 125

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

Shades of Cherokee #F0CE7D

Tints of Cherokee #F0CE7D

RGB

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

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

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

R = 42.03%
G = 36.08%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0CE7D (or 0xF0CE7D) is known color: Cherokee. HEX triplet: F0, CE and 7D. RGB value is (240,206,125). Sum of RGB (Red+Green+Blue) = 240+206+125=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE7D is #0F3182. Grayscale: #CFCFCF. Windows color (decimal): -995715 or 8244976. OLE color: 8244976.

HSL color Cylindrical-coordinate representation of color #F0CE7D: hue angle of 42.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0CE7D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 125 -
CMYK 0 0.14 0.48 0.06
HSL 42.26º 0.79% 0.72% -
HSV(B) 42.26º 0.48% 0.94% -
XYZ 61.71 64.15 28.53 -
YUV 206.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 240 206 125 0 0.14 0.48 0.06 42.26 0.79 0.72
Hex F0 CE 7D 0 E 30 6 2A 4F 48
Octal 360 316 175 0 16 60 6 52 117 110
Binary 11110000 11001110 1111101 0 1110 110000 110 101010 1001111 1001000

Color Harmonies of #F0CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE7D

Black with #F0CE7D

Text Example


Text Example

White with #F0CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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