Html Css Color HEX #F0CE7C Cherokee

📋 copy color: '#F0CE7C'

red 240 ◦ green 206 ◦ blue 124

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

Shades of Cherokee #F0CE7C

Tints of Cherokee #F0CE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 42.11%
G = 36.14%
B = 21.75%

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

#F0CE7C (or 0xF0CE7C) is known color: Cherokee. HEX triplet: F0, CE and 7C. RGB value is (240,206,124). Sum of RGB (Red+Green+Blue) = 240+206+124=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE7C is #0F3183. Grayscale: #CFCFCF. Windows color (decimal): -995716 or 8179440. OLE color: 8179440.

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

Color convert

RGB 240 206 124 -
CMYK 0 0.14 0.48 0.06
HSL 42.41º 0.79% 0.71% -
HSV(B) 42.41º 0.48% 0.94% -
XYZ 61.64 64.12 28.2 -
YUV 206.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 240 206 124 0 0.14 0.48 0.06 42.41 0.79 0.71
Hex F0 CE 7C 0 E 30 6 2A 4F 47
Octal 360 316 174 0 16 60 6 52 117 107
Binary 11110000 11001110 1111100 0 1110 110000 110 101010 1001111 1000111

Color Harmonies of #F0CE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE7C

Black with #F0CE7C

Text Example


Text Example

White with #F0CE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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