Html Css Color HEX #FEC48A Peach-Orange

📋 copy color: '#FEC48A'

red 254 ◦ green 196 ◦ blue 138

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

Shades of Peach-Orange #FEC48A

Tints of Peach-Orange #FEC48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.47%

R = 43.2%
G = 33.33%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEC48A (or 0xFEC48A) is known color: Peach-Orange. HEX triplet: FE, C4 and 8A. RGB value is (254,196,138). Sum of RGB (Red+Green+Blue) = 254+196+138=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC48A is #013B75. Grayscale: #CFCFCF. Windows color (decimal): -80758 or 9094398. OLE color: 9094398.

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

Color convert

RGB 254 196 138 -
CMYK 0 0.23 0.46 0.00
HSL 30º 0.98% 0.77% -
HSV(B) 30º 0.46% 1% -
XYZ 65.2 62.39 32.65 -
YUV 206.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 254 196 138 0 0.23 0.46 0.00 30 0.98 0.77
Hex FE C4 8A 0 17 2E 0 1E 62 4D
Octal 376 304 212 0 27 56 0 36 142 115
Binary 11111110 11000100 10001010 0 10111 101110 0 11110 1100010 1001101

Color Harmonies of #FEC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC48A

Black with #FEC48A

Text Example


Text Example

White with #FEC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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