Html Css Color HEX #FECB8B Peach-Orange

📋 copy color: '#FECB8B'

red 254 ◦ green 203 ◦ blue 139

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

Shades of Peach-Orange #FECB8B

Tints of Peach-Orange #FECB8B

RGB

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

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

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

R = 42.62%
G = 34.06%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FECB8B (or 0xFECB8B) is known color: Peach-Orange. HEX triplet: FE, CB and 8B. RGB value is (254,203,139). Sum of RGB (Red+Green+Blue) = 254+203+139=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB8B is #013474. Grayscale: #D3D3D3. Windows color (decimal): -78965 or 9161726. OLE color: 9161726.

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

Color convert

RGB 254 203 139 -
CMYK 0 0.20 0.45 0.00
HSL 33.39º 0.98% 0.77% -
HSV(B) 33.39º 0.45% 1% -
XYZ 66.89 65.65 33.57 -
YUV 210.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 254 203 139 0 0.20 0.45 0.00 33.39 0.98 0.77
Hex FE CB 8B 0 14 2D 0 21 62 4D
Octal 376 313 213 0 24 55 0 41 142 115
Binary 11111110 11001011 10001011 0 10100 101101 0 100001 1100010 1001101

Color Harmonies of #FECB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB8B

Black with #FECB8B

Text Example


Text Example

White with #FECB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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