Html Css Color HEX #F6C58D Peach-Orange

📋 copy color: '#F6C58D'

red 246 ◦ green 197 ◦ blue 141

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

Shades of Peach-Orange #F6C58D

Tints of Peach-Orange #F6C58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.73%

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

R = 42.12%
G = 33.73%
B = 24.14%

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

#F6C58D (or 0xF6C58D) is known color: Peach-Orange. HEX triplet: F6, C5 and 8D. RGB value is (246,197,141). Sum of RGB (Red+Green+Blue) = 246+197+141=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C58D is #093A72. Grayscale: #CDCDCD. Windows color (decimal): -604787 or 9291254. OLE color: 9291254.

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

Color convert

RGB 246 197 141 -
CMYK 0 0.20 0.43 0.04
HSL 32º 0.85% 0.76% -
HSV(B) 32º 0.43% 0.96% -
XYZ 62.78 61.45 33.75 -
YUV 205.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 246 197 141 0 0.20 0.43 0.04 32 0.85 0.76
Hex F6 C5 8D 0 14 2B 4 20 55 4C
Octal 366 305 215 0 24 53 4 40 125 114
Binary 11110110 11000101 10001101 0 10100 101011 100 100000 1010101 1001100

Color Harmonies of #F6C58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C58D

Black with #F6C58D

Text Example


Text Example

White with #F6C58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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