Html Css Color HEX #FECF9D Peach-Orange

📋 copy color: '#FECF9D'

red 254 ◦ green 207 ◦ blue 157

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

Shades of Peach-Orange #FECF9D

Tints of Peach-Orange #FECF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.4%

R = 41.1%
G = 33.5%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FECF9D (or 0xFECF9D) is known color: Peach-Orange. HEX triplet: FE, CF and 9D. RGB value is (254,207,157). Sum of RGB (Red+Green+Blue) = 254+207+157=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9D is #013062. Grayscale: #D7D7D7. Windows color (decimal): -77923 or 10342398. OLE color: 10342398.

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

Color convert

RGB 254 207 157 -
CMYK 0 0.19 0.38 0.00
HSL 30.93º 0.98% 0.81% -
HSV(B) 30.93º 0.38% 1% -
XYZ 69.27 68.13 41.4 -
YUV 215.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 254 207 157 0 0.19 0.38 0.00 30.93 0.98 0.81
Hex FE CF 9D 0 13 26 0 1F 62 51
Octal 376 317 235 0 23 46 0 37 142 121
Binary 11111110 11001111 10011101 0 10011 100110 0 11111 1100010 1010001

Color Harmonies of #FECF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF9D

Black with #FECF9D

Text Example


Text Example

White with #FECF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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