Html Css Color HEX #FEC48C Peach-Orange

📋 copy color: '#FEC48C'

red 254 ◦ green 196 ◦ blue 140

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

Shades of Peach-Orange #FEC48C

Tints of Peach-Orange #FEC48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 43.05%
G = 33.22%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC48C (or 0xFEC48C) is known color: Peach-Orange. HEX triplet: FE, C4 and 8C. RGB value is (254,196,140). Sum of RGB (Red+Green+Blue) = 254+196+140=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC48C is #013B73. Grayscale: #CFCFCF. Windows color (decimal): -80756 or 9225470. OLE color: 9225470.

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

Color convert

RGB 254 196 140 -
CMYK 0 0.23 0.45 0.00
HSL 29.47º 0.98% 0.77% -
HSV(B) 29.47º 0.45% 1% -
XYZ 65.35 62.44 33.42 -
YUV 206.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 254 196 140 0 0.23 0.45 0.00 29.47 0.98 0.77
Hex FE C4 8C 0 17 2D 0 1D 62 4D
Octal 376 304 214 0 27 55 0 35 142 115
Binary 11111110 11000100 10001100 0 10111 101101 0 11101 1100010 1001101

Color Harmonies of #FEC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC48C

Black with #FEC48C

Text Example


Text Example

White with #FEC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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