Html Css Color HEX #FECF8F Peach-Orange

📋 copy color: '#FECF8F'

red 254 ◦ green 207 ◦ blue 143

#FECF8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #FECF8F

Tints of Peach-Orange #FECF8F

RGB

 RED value IS 254 (99.61% from 255) = 42.05%

 GREEN value IS 207 (81.25% from 255) = 34.27%

 BLUE value IS 143 (56.25% from 255) = 23.68%

R = 42.05%
G = 34.27%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FECF8F (or 0xFECF8F) is known color: Peach-Orange. HEX triplet: FE, CF and 8F. RGB value is (254,207,143). Sum of RGB (Red+Green+Blue) = 254+207+143=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF8F is #013070. Grayscale: #D6D6D6. Windows color (decimal): -77937 or 9424894. OLE color: 9424894.

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

Color convert

RGB 254 207 143 -
CMYK 0 0.19 0.44 0.00
HSL 34.59º 0.98% 0.78% -
HSV(B) 34.59º 0.44% 1% -
XYZ 68.14 67.68 35.46 -
YUV 213.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 254 207 143 0 0.19 0.44 0.00 34.59 0.98 0.78
Hex FE CF 8F 0 13 2C 0 23 62 4E
Octal 376 317 217 0 23 54 0 43 142 116
Binary 11111110 11001111 10001111 0 10011 101100 0 100011 1100010 1001110

Color Harmonies of #FECF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF8F

Black with #FECF8F

Text Example


Text Example

White with #FECF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF8F; }

 p { color: rgb(254,207,143); }

 H1.HeaderClassName
 {
   color: #FECF8F;
 }
 .AnyTagClassName
 {
   color: #FECF8F;
 }
</style>

background-color css

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

 a { background-color: rgb(254,207,143); }

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

border-color css

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

 span { border-color: rgb(254,207,143); }

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