#F9CD95

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

Shades of Peach-Orange #F9CD95

Tints of Peach-Orange #F9CD95

Color information

#F9CD95 (or 0xF9CD95) is unknown color: approx Peach-Orange. HEX triplet: F9, CD and 95. RGB value is (249,205,149). Sum of RGB (Red+Green+Blue) = 249+205+149=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD95 is #06326A. Grayscale: #D4D4D4. Windows color (decimal): -406123 or 9817593. OLE color: 9817593.

HSL color Cylindrical-coordinate representation of color #F9CD95: hue angle of 33.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9CD95 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249205149-
CMYK00.180.400.02
HSL33.6º89.29%78.04%-
HSV(B)33.6º40.16%97.65%-
XYZ66.3265.9737.67-
YUV211.7792.58154.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=41.29%
G=34.00%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920514900.180.400.0233.689.2978.04
HexF9CD9501228222594e
Octal37131522502250242131116
Binary1111100111001101100101010100101010001010001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD95; }

 p { color: rgb(249,205,149); }

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

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

 a { background-color: rgb(249,205,149); }

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

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

 span { border-color: rgb(249,205,149); }

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