Html Css Color HEX #FECC8F Peach-Orange

📋 copy color: '#FECC8F'

red 254 ◦ green 204 ◦ blue 143

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

Shades of Peach-Orange #FECC8F

Tints of Peach-Orange #FECC8F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

 BLUE value IS 143 (56.25% from 255) = 23.79%

R = 42.26%
G = 33.94%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FECC8F (or 0xFECC8F) is known color: Peach-Orange. HEX triplet: FE, CC and 8F. RGB value is (254,204,143). Sum of RGB (Red+Green+Blue) = 254+204+143=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8F is #013370. Grayscale: #D4D4D4. Windows color (decimal): -78705 or 9424126. OLE color: 9424126.

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

Color convert

RGB 254 204 143 -
CMYK 0 0.20 0.44 0.00
HSL 32.97º 0.98% 0.78% -
HSV(B) 32.97º 0.44% 1% -
XYZ 67.42 66.24 35.22 -
YUV 212 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 254 204 143 0 0.20 0.44 0.00 32.97 0.98 0.78
Hex FE CC 8F 0 14 2C 0 21 62 4E
Octal 376 314 217 0 24 54 0 41 142 116
Binary 11111110 11001100 10001111 0 10100 101100 0 100001 1100010 1001110

Color Harmonies of #FECC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC8F

Black with #FECC8F

Text Example


Text Example

White with #FECC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC8F; }

 p { color: rgb(254,204,143); }

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

background-color css

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

 a { background-color: rgb(254,204,143); }

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

border-color css

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

 span { border-color: rgb(254,204,143); }

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