Html Css Color HEX #FECF93 Peach-Orange

📋 copy color: '#FECF93'

red 254 ◦ green 207 ◦ blue 147

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

Shades of Peach-Orange #FECF93

Tints of Peach-Orange #FECF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.18%

R = 41.78%
G = 34.05%
B = 24.18%

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

#FECF93 (or 0xFECF93) is known color: Peach-Orange. HEX triplet: FE, CF and 93. RGB value is (254,207,147). Sum of RGB (Red+Green+Blue) = 254+207+147=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF93 is #01306C. Grayscale: #D6D6D6. Windows color (decimal): -77933 or 9687038. OLE color: 9687038.

HSL color Cylindrical-coordinate representation of color #FECF93: hue angle of 33.64º 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 #FECF93 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 147 -
CMYK 0 0.19 0.42 0.00
HSL 33.64º 0.98% 0.79% -
HSV(B) 33.64º 0.42% 1% -
XYZ 68.45 67.8 37.08 -
YUV 214.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 254 207 147 0 0.19 0.42 0.00 33.64 0.98 0.79
Hex FE CF 93 0 13 2A 0 22 62 4F
Octal 376 317 223 0 23 52 0 42 142 117
Binary 11111110 11001111 10010011 0 10011 101010 0 100010 1100010 1001111

Color Harmonies of #FECF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF93

Black with #FECF93

Text Example


Text Example

White with #FECF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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