Html Css Color HEX #F6C28D Peach-Orange

📋 copy color: '#F6C28D'

red 246 ◦ green 194 ◦ blue 141

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

Shades of Peach-Orange #F6C28D

Tints of Peach-Orange #F6C28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.27%

R = 42.34%
G = 33.39%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6C28D (or 0xF6C28D) is known color: Peach-Orange. HEX triplet: F6, C2 and 8D. RGB value is (246,194,141). Sum of RGB (Red+Green+Blue) = 246+194+141=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C28D is #093D72. Grayscale: #CBCBCB. Windows color (decimal): -605555 or 9290486. OLE color: 9290486.

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

Color convert

RGB 246 194 141 -
CMYK 0 0.21 0.43 0.04
HSL 30.29º 0.85% 0.76% -
HSV(B) 30.29º 0.43% 0.96% -
XYZ 62.11 60.1 33.53 -
YUV 203.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 246 194 141 0 0.21 0.43 0.04 30.29 0.85 0.76
Hex F6 C2 8D 0 15 2B 4 1E 55 4C
Octal 366 302 215 0 25 53 4 36 125 114
Binary 11110110 11000010 10001101 0 10101 101011 100 11110 1010101 1001100

Color Harmonies of #F6C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C28D

Black with #F6C28D

Text Example


Text Example

White with #F6C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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