Html Css Color HEX #F6C48D Peach-Orange

📋 copy color: '#F6C48D'

red 246 ◦ green 196 ◦ blue 141

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

Shades of Peach-Orange #F6C48D

Tints of Peach-Orange #F6C48D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.62%

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

R = 42.2%
G = 33.62%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6C48D (or 0xF6C48D) is known color: Peach-Orange. HEX triplet: F6, C4 and 8D. RGB value is (246,196,141). Sum of RGB (Red+Green+Blue) = 246+196+141=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C48D is #093B72. Grayscale: #CCCCCC. Windows color (decimal): -605043 or 9290998. OLE color: 9290998.

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

Color convert

RGB 246 196 141 -
CMYK 0 0.20 0.43 0.04
HSL 31.43º 0.85% 0.76% -
HSV(B) 31.43º 0.43% 0.96% -
XYZ 62.55 61 33.68 -
YUV 204.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 246 196 141 0 0.20 0.43 0.04 31.43 0.85 0.76
Hex F6 C4 8D 0 14 2B 4 1F 55 4C
Octal 366 304 215 0 24 53 4 37 125 114
Binary 11110110 11000100 10001101 0 10100 101011 100 11111 1010101 1001100

Color Harmonies of #F6C48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C48D

Black with #F6C48D

Text Example


Text Example

White with #F6C48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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