Html Css Color HEX #F6C592 Peach-Orange

📋 copy color: '#F6C592'

red 246 ◦ green 197 ◦ blue 146

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

Shades of Peach-Orange #F6C592

Tints of Peach-Orange #F6C592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.79%

R = 41.77%
G = 33.45%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6C592 (or 0xF6C592) is known color: Peach-Orange. HEX triplet: F6, C5 and 92. RGB value is (246,197,146). Sum of RGB (Red+Green+Blue) = 246+197+146=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C592 is #093A6D. Grayscale: #CECECE. Windows color (decimal): -604782 or 9618934. OLE color: 9618934.

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

Color convert

RGB 246 197 146 -
CMYK 0 0.20 0.41 0.04
HSL 30.6º 0.85% 0.77% -
HSV(B) 30.6º 0.41% 0.96% -
XYZ 63.16 61.6 35.76 -
YUV 205.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 246 197 146 0 0.20 0.41 0.04 30.6 0.85 0.77
Hex F6 C5 92 0 14 29 4 1F 55 4D
Octal 366 305 222 0 24 51 4 37 125 115
Binary 11110110 11000101 10010010 0 10100 101001 100 11111 1010101 1001101

Color Harmonies of #F6C592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C592

Black with #F6C592

Text Example


Text Example

White with #F6C592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C592; }

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

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

background-color css

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

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

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

border-color css

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

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

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