#FAC28F

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

Shades of Peach-Orange #FAC28F

Tints of Peach-Orange #FAC28F

Color information

#FAC28F (or 0xFAC28F) is unknown color: approx Peach-Orange. HEX triplet: FA, C2 and 8F. RGB value is (250,194,143). Sum of RGB (Red+Green+Blue) = 250+194+143=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28F is #053D70. Grayscale: #CDCDCD. Windows color (decimal): -343409 or 9421562. OLE color: 9421562.

HSL color Cylindrical-coordinate representation of color #FAC28F: hue angle of 28.6º degrees, saturation: 0.91, 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 #FAC28F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250194143-
CMYK00.220.430.02
HSL28.6º91.45%77.06%-
HSV(B)28.6º42.8%98.04%-
XYZ63.6760.8934.38-
YUV204.9393.05160.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=42.59%
G=33.05%
B=24.36%

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
Decimal25019414300.220.430.0228.691.4577.06
HexFAC28F0162B21d5b4d
Octal37230221702653235133115
Binary111110101100001010001111010110101011101110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC28F; }

 p { color: rgb(250,194,143); }

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

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

 a { background-color: rgb(250,194,143); }

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

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

 span { border-color: rgb(250,194,143); }

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