Html Css Color HEX #FECF99 Peach-Orange

📋 copy color: '#FECF99'

red 254 ◦ green 207 ◦ blue 153

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

Shades of Peach-Orange #FECF99

Tints of Peach-Orange #FECF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 24.92%

R = 41.37%
G = 33.71%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FECF99 (or 0xFECF99) is known color: Peach-Orange. HEX triplet: FE, CF and 99. RGB value is (254,207,153). Sum of RGB (Red+Green+Blue) = 254+207+153=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF99 is #013066. Grayscale: #D7D7D7. Windows color (decimal): -77927 or 10080254. OLE color: 10080254.

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

Color convert

RGB 254 207 153 -
CMYK 0 0.19 0.40 0.00
HSL 32.08º 0.98% 0.8% -
HSV(B) 32.08º 0.4% 1% -
XYZ 68.94 68 39.63 -
YUV 214.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 254 207 153 0 0.19 0.40 0.00 32.08 0.98 0.8
Hex FE CF 99 0 13 28 0 20 62 50
Octal 376 317 231 0 23 50 0 40 142 120
Binary 11111110 11001111 10011001 0 10011 101000 0 100000 1100010 1010000

Color Harmonies of #FECF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF99

Black with #FECF99

Text Example


Text Example

White with #FECF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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