Html Css Color HEX #F6CE7A Cherokee

📋 copy color: '#F6CE7A'

red 246 ◦ green 206 ◦ blue 122

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

Shades of Cherokee #F6CE7A

Tints of Cherokee #F6CE7A

RGB

 RED value IS 246 (96.48% from 255) = 42.86%

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

 BLUE value IS 122 (48.05% from 255) = 21.25%

R = 42.86%
G = 35.89%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6CE7A (or 0xF6CE7A) is known color: Cherokee. HEX triplet: F6, CE and 7A. RGB value is (246,206,122). Sum of RGB (Red+Green+Blue) = 246+206+122=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE7A is #093185. Grayscale: #D0D0D0. Windows color (decimal): -602502 or 8048374. OLE color: 8048374.

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

Color convert

RGB 246 206 122 -
CMYK 0 0.16 0.50 0.04
HSL 40.65º 0.87% 0.72% -
HSV(B) 40.65º 0.5% 0.96% -
XYZ 63.59 65.14 27.63 -
YUV 208.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 246 206 122 0 0.16 0.50 0.04 40.65 0.87 0.72
Hex F6 CE 7A 0 10 32 4 29 57 48
Octal 366 316 172 0 20 62 4 51 127 110
Binary 11110110 11001110 1111010 0 10000 110010 100 101001 1010111 1001000

Color Harmonies of #F6CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CE7A

Black with #F6CE7A

Text Example


Text Example

White with #F6CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CE7A; }

 p { color: rgb(246,206,122); }

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

background-color css

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

 a { background-color: rgb(246,206,122); }

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

border-color css

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

 span { border-color: rgb(246,206,122); }

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