Html Css Color HEX #F6C18D Peach-Orange

📋 copy color: '#F6C18D'

red 246 ◦ green 193 ◦ blue 141

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

Shades of Peach-Orange #F6C18D

Tints of Peach-Orange #F6C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

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

R = 42.41%
G = 33.28%
B = 24.31%

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

#F6C18D (or 0xF6C18D) is known color: Peach-Orange. HEX triplet: F6, C1 and 8D. RGB value is (246,193,141). Sum of RGB (Red+Green+Blue) = 246+193+141=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C18D is #093E72. Grayscale: #CBCBCB. Windows color (decimal): -605811 or 9290230. OLE color: 9290230.

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

Color convert

RGB 246 193 141 -
CMYK 0 0.22 0.43 0.04
HSL 29.71º 0.85% 0.76% -
HSV(B) 29.71º 0.43% 0.96% -
XYZ 61.88 59.66 33.45 -
YUV 202.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 246 193 141 0 0.22 0.43 0.04 29.71 0.85 0.76
Hex F6 C1 8D 0 16 2B 4 1E 55 4C
Octal 366 301 215 0 26 53 4 36 125 114
Binary 11110110 11000001 10001101 0 10110 101011 100 11110 1010101 1001100

Color Harmonies of #F6C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C18D

Black with #F6C18D

Text Example


Text Example

White with #F6C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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