#F6CD91

Color #F6CD91 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F6CD91

Tints of Peach-Orange #F6CD91

Color information

#F6CD91 (or 0xF6CD91) is unknown color: approx Peach-Orange. HEX triplet: F6, CD and 91. RGB value is (246,205,145). Sum of RGB (Red+Green+Blue) = 246+205+145=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD91 is #09326E. Grayscale: #D2D2D2. Windows color (decimal): -602735 or 9555446. OLE color: 9555446.

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

Color convert

RGB246205145-
CMYK00.170.410.04
HSL35.64º84.87%76.67%-
HSV(B)35.64º41.06%96.47%-
XYZ64.9565.335.97-
YUV210.4291.08153.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=41.28%
G=34.40%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620514500.170.410.0435.6484.8776.67
HexF6CD9101129424554d
Octal36631522102151444125115
Binary11110110110011011001000101000110100110010010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD91; }

 p { color: rgb(246,205,145); }

 H1.HeaderClassName
 {
   color: #F6CD91;
 }
 .AnyTagClassName
 {
   color: #F6CD91;
 }
</style>
background-color css

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

 a { background-color: rgb(246,205,145); }

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

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

 span { border-color: rgb(246,205,145); }

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