Html Css Color HEX #F6D28A Cherokee

📋 copy color: '#F6D28A'

red 246 ◦ green 210 ◦ blue 138

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

Shades of Cherokee #F6D28A

Tints of Cherokee #F6D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

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

R = 41.41%
G = 35.35%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6D28A (or 0xF6D28A) is known color: Cherokee. HEX triplet: F6, D2 and 8A. RGB value is (246,210,138). Sum of RGB (Red+Green+Blue) = 246+210+138=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D28A is #092D75. Grayscale: #D4D4D4. Windows color (decimal): -601462 or 9097974. OLE color: 9097974.

HSL color Cylindrical-coordinate representation of color #F6D28A: hue angle of 40º 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 #F6D28A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 210 138 -
CMYK 0 0.15 0.44 0.04
HSL 40º 0.86% 0.75% -
HSV(B) 40º 0.44% 0.96% -
XYZ 65.64 67.52 33.62 -
YUV 212.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 246 210 138 0 0.15 0.44 0.04 40 0.86 0.75
Hex F6 D2 8A 0 F 2C 4 28 56 4B
Octal 366 322 212 0 17 54 4 50 126 113
Binary 11110110 11010010 10001010 0 1111 101100 100 101000 1010110 1001011

Color Harmonies of #F6D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D28A

Black with #F6D28A

Text Example


Text Example

White with #F6D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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