Html Css Color HEX #FEC48B Peach-Orange

📋 copy color: '#FEC48B'

red 254 ◦ green 196 ◦ blue 139

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

Shades of Peach-Orange #FEC48B

Tints of Peach-Orange #FEC48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.6%

R = 43.12%
G = 33.28%
B = 23.6%

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

#FEC48B (or 0xFEC48B) is known color: Peach-Orange. HEX triplet: FE, C4 and 8B. RGB value is (254,196,139). Sum of RGB (Red+Green+Blue) = 254+196+139=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC48B is #013B74. Grayscale: #CFCFCF. Windows color (decimal): -80757 or 9159934. OLE color: 9159934.

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

Color convert

RGB 254 196 139 -
CMYK 0 0.23 0.45 0.00
HSL 29.74º 0.98% 0.77% -
HSV(B) 29.74º 0.45% 1% -
XYZ 65.27 62.41 33.03 -
YUV 206.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 254 196 139 0 0.23 0.45 0.00 29.74 0.98 0.77
Hex FE C4 8B 0 17 2D 0 1E 62 4D
Octal 376 304 213 0 27 55 0 36 142 115
Binary 11111110 11000100 10001011 0 10111 101101 0 11110 1100010 1001101

Color Harmonies of #FEC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC48B

Black with #FEC48B

Text Example


Text Example

White with #FEC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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