Html Css Color HEX #FECF94 Peach-Orange

📋 copy color: '#FECF94'

red 254 ◦ green 207 ◦ blue 148

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

Shades of Peach-Orange #FECF94

Tints of Peach-Orange #FECF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.3%

R = 41.71%
G = 33.99%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FECF94 (or 0xFECF94) is known color: Peach-Orange. HEX triplet: FE, CF and 94. RGB value is (254,207,148). Sum of RGB (Red+Green+Blue) = 254+207+148=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF94 is #01306B. Grayscale: #D6D6D6. Windows color (decimal): -77932 or 9752574. OLE color: 9752574.

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

Color convert

RGB 254 207 148 -
CMYK 0 0.19 0.42 0.00
HSL 33.4º 0.98% 0.79% -
HSV(B) 33.4º 0.42% 1% -
XYZ 68.53 67.83 37.5 -
YUV 214.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 254 207 148 0 0.19 0.42 0.00 33.4 0.98 0.79
Hex FE CF 94 0 13 2A 0 21 62 4F
Octal 376 317 224 0 23 52 0 41 142 117
Binary 11111110 11001111 10010100 0 10011 101010 0 100001 1100010 1001111

Color Harmonies of #FECF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF94

Black with #FECF94

Text Example


Text Example

White with #FECF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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