Html Css Color HEX #FEC78C Peach-Orange

📋 copy color: '#FEC78C'

red 254 ◦ green 199 ◦ blue 140

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

Shades of Peach-Orange #FEC78C

Tints of Peach-Orange #FEC78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 140 (55.08% from 255) = 23.61%

R = 42.83%
G = 33.56%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC78C (or 0xFEC78C) is known color: Peach-Orange. HEX triplet: FE, C7 and 8C. RGB value is (254,199,140). Sum of RGB (Red+Green+Blue) = 254+199+140=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC78C is #013873. Grayscale: #D1D1D1. Windows color (decimal): -79988 or 9226238. OLE color: 9226238.

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

Color convert

RGB 254 199 140 -
CMYK 0 0.22 0.45 0.00
HSL 31.05º 0.98% 0.77% -
HSV(B) 31.05º 0.45% 1% -
XYZ 66.03 63.81 33.65 -
YUV 208.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 254 199 140 0 0.22 0.45 0.00 31.05 0.98 0.77
Hex FE C7 8C 0 16 2D 0 1F 62 4D
Octal 376 307 214 0 26 55 0 37 142 115
Binary 11111110 11000111 10001100 0 10110 101101 0 11111 1100010 1001101

Color Harmonies of #FEC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC78C

Black with #FEC78C

Text Example


Text Example

White with #FEC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC78C; }

 p { color: rgb(254,199,140); }

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

background-color css

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

 a { background-color: rgb(254,199,140); }

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

border-color css

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

 span { border-color: rgb(254,199,140); }

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