Html Css Color HEX #F6C08D Peach-Orange

📋 copy color: '#F6C08D'

red 246 ◦ green 192 ◦ blue 141

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

Shades of Peach-Orange #F6C08D

Tints of Peach-Orange #F6C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.16%

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

R = 42.49%
G = 33.16%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6C08D (or 0xF6C08D) is known color: Peach-Orange. HEX triplet: F6, C0 and 8D. RGB value is (246,192,141). Sum of RGB (Red+Green+Blue) = 246+192+141=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C08D is #093F72. Grayscale: #CACACA. Windows color (decimal): -606067 or 9289974. OLE color: 9289974.

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

Color convert

RGB 246 192 141 -
CMYK 0 0.22 0.43 0.04
HSL 29.14º 0.85% 0.76% -
HSV(B) 29.14º 0.43% 0.96% -
XYZ 61.66 59.22 33.38 -
YUV 202.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 246 192 141 0 0.22 0.43 0.04 29.14 0.85 0.76
Hex F6 C0 8D 0 16 2B 4 1D 55 4C
Octal 366 300 215 0 26 53 4 35 125 114
Binary 11110110 11000000 10001101 0 10110 101011 100 11101 1010101 1001100

Color Harmonies of #F6C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C08D

Black with #F6C08D

Text Example


Text Example

White with #F6C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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