Html Css Color HEX #FECB8D Peach-Orange

📋 copy color: '#FECB8D'

red 254 ◦ green 203 ◦ blue 141

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

Shades of Peach-Orange #FECB8D

Tints of Peach-Orange #FECB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 42.47%
G = 33.95%
B = 23.58%

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

#FECB8D (or 0xFECB8D) is known color: Peach-Orange. HEX triplet: FE, CB and 8D. RGB value is (254,203,141). Sum of RGB (Red+Green+Blue) = 254+203+141=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB8D is #013472. Grayscale: #D3D3D3. Windows color (decimal): -78963 or 9292798. OLE color: 9292798.

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

Color convert

RGB 254 203 141 -
CMYK 0 0.20 0.44 0.00
HSL 32.92º 0.98% 0.77% -
HSV(B) 32.92º 0.44% 1% -
XYZ 67.04 65.71 34.35 -
YUV 211.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 254 203 141 0 0.20 0.44 0.00 32.92 0.98 0.77
Hex FE CB 8D 0 14 2C 0 21 62 4D
Octal 376 313 215 0 24 54 0 41 142 115
Binary 11111110 11001011 10001101 0 10100 101100 0 100001 1100010 1001101

Color Harmonies of #FECB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB8D

Black with #FECB8D

Text Example


Text Example

White with #FECB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB8D; }

 p { color: rgb(254,203,141); }

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

background-color css

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

 a { background-color: rgb(254,203,141); }

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

border-color css

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

 span { border-color: rgb(254,203,141); }

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