#FEC68B

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

Shades of Peach-Orange #FEC68B

Tints of Peach-Orange #FEC68B

Color information

#FEC68B (or 0xFEC68B) is unknown color: approx Peach-Orange. HEX triplet: FE, C6 and 8B. RGB value is (254,198,139). Sum of RGB (Red+Green+Blue) = 254+198+139=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68B is #013974. Grayscale: #D0D0D0. Windows color (decimal): -80245 or 9160446. OLE color: 9160446.

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

Color convert

RGB254198139-
CMYK00.220.450.00
HSL30.78º98.29%77.06%-
HSV(B)30.78º45.28%99.61%-
XYZ65.7363.3233.18-
YUV208.0289.05160.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=42.98%
G=33.50%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419813900.220.450.0030.7898.2977.06
HexFEC68B0162D01f624d
Octal37630621302655037142115
Binary11111110110001101000101101011010110101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC68B; }

 p { color: rgb(254,198,139); }

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

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

 a { background-color: rgb(254,198,139); }

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

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

 span { border-color: rgb(254,198,139); }

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