#F9CC92

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

Shades of Peach-Orange #F9CC92

Tints of Peach-Orange #F9CC92

Color information

#F9CC92 (or 0xF9CC92) is unknown color: approx Peach-Orange. HEX triplet: F9, CC and 92. RGB value is (249,204,146). Sum of RGB (Red+Green+Blue) = 249+204+146=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC92 is #06336D. Grayscale: #D3D3D3. Windows color (decimal): -406382 or 9620729. OLE color: 9620729.

HSL color Cylindrical-coordinate representation of color #F9CC92: hue angle of 33.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9CC92 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249204146-
CMYK00.180.410.02
HSL33.79º89.57%77.45%-
HSV(B)33.79º41.37%97.65%-
XYZ65.8565.436.35-
YUV210.8491.41155.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 146 (57.42% from 255) = 24.37%
R=41.57%
G=34.06%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920414600.180.410.0233.7989.5777.45
HexF9CC92012292225a4d
Octal37131422202251242132115
Binary1111100111001100100100100100101010011010001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CC92; }

 p { color: rgb(249,204,146); }

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

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

 a { background-color: rgb(249,204,146); }

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

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

 span { border-color: rgb(249,204,146); }

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