Html Css Color HEX #FECF91 Peach-Orange

📋 copy color: '#FECF91'

red 254 ◦ green 207 ◦ blue 145

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

Shades of Peach-Orange #FECF91

Tints of Peach-Orange #FECF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.93%

R = 41.91%
G = 34.16%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECF91 (or 0xFECF91) is known color: Peach-Orange. HEX triplet: FE, CF and 91. RGB value is (254,207,145). Sum of RGB (Red+Green+Blue) = 254+207+145=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF91 is #01306E. Grayscale: #D6D6D6. Windows color (decimal): -77935 or 9555966. OLE color: 9555966.

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

Color convert

RGB 254 207 145 -
CMYK 0 0.19 0.43 0.00
HSL 34.13º 0.98% 0.78% -
HSV(B) 34.13º 0.43% 1% -
XYZ 68.3 67.74 36.26 -
YUV 213.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 254 207 145 0 0.19 0.43 0.00 34.13 0.98 0.78
Hex FE CF 91 0 13 2B 0 22 62 4E
Octal 376 317 221 0 23 53 0 42 142 116
Binary 11111110 11001111 10010001 0 10011 101011 0 100010 1100010 1001110

Color Harmonies of #FECF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF91

Black with #FECF91

Text Example


Text Example

White with #FECF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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