Html Css Color HEX #F6C28A Cherokee

📋 copy color: '#F6C28A'

red 246 ◦ green 194 ◦ blue 138

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

Shades of Cherokee #F6C28A

Tints of Cherokee #F6C28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.56%

 BLUE value IS 138 (54.3% from 255) = 23.88%

R = 42.56%
G = 33.56%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6C28A (or 0xF6C28A) is known color: Cherokee. HEX triplet: F6, C2 and 8A. RGB value is (246,194,138). Sum of RGB (Red+Green+Blue) = 246+194+138=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C28A is #093D75. Grayscale: #CBCBCB. Windows color (decimal): -605558 or 9093878. OLE color: 9093878.

HSL color Cylindrical-coordinate representation of color #F6C28A: hue angle of 31.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6C28A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 138 -
CMYK 0 0.21 0.44 0.04
HSL 31.11º 0.86% 0.75% -
HSV(B) 31.11º 0.44% 0.96% -
XYZ 61.89 60.01 32.37 -
YUV 203.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 246 194 138 0 0.21 0.44 0.04 31.11 0.86 0.75
Hex F6 C2 8A 0 15 2C 4 1F 56 4B
Octal 366 302 212 0 25 54 4 37 126 113
Binary 11110110 11000010 10001010 0 10101 101100 100 11111 1010110 1001011

Color Harmonies of #F6C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C28A

Black with #F6C28A

Text Example


Text Example

White with #F6C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C28A; }

 p { color: rgb(246,194,138); }

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

background-color css

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

 a { background-color: rgb(246,194,138); }

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

border-color css

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

 span { border-color: rgb(246,194,138); }

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