#F9C18F

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

Shades of Peach-Orange #F9C18F

Tints of Peach-Orange #F9C18F

Color information

#F9C18F (or 0xF9C18F) is unknown color: approx Peach-Orange. HEX triplet: F9, C1 and 8F. RGB value is (249,193,143). Sum of RGB (Red+Green+Blue) = 249+193+143=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C18F is #063E70. Grayscale: #CCCCCC. Windows color (decimal): -409201 or 9421305. OLE color: 9421305.

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

Color convert

RGB249193143-
CMYK00.220.430.02
HSL28.3º89.83%76.86%-
HSV(B)28.3º42.57%97.65%-
XYZ63.0960.2634.29-
YUV204.0493.55160.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=42.56%
G=32.99%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919314300.220.430.0228.389.8376.86
HexF9C18F0162B21c5a4d
Octal37130121702653234132115
Binary111110011100000110001111010110101011101110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C18F; }

 p { color: rgb(249,193,143); }

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

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

 a { background-color: rgb(249,193,143); }

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

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

 span { border-color: rgb(249,193,143); }

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