Html Css Color HEX #FECC9B Peach-Orange

📋 copy color: '#FECC9B'

red 254 ◦ green 204 ◦ blue 155

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

Shades of Peach-Orange #FECC9B

Tints of Peach-Orange #FECC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.28%

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 41.44%
G = 33.28%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FECC9B (or 0xFECC9B) is known color: Peach-Orange. HEX triplet: FE, CC and 9B. RGB value is (254,204,155). Sum of RGB (Red+Green+Blue) = 254+204+155=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC9B is #013364. Grayscale: #D5D5D5. Windows color (decimal): -78693 or 10210558. OLE color: 10210558.

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

Color convert

RGB 254 204 155 -
CMYK 0 0.20 0.39 0.00
HSL 29.7º 0.98% 0.8% -
HSV(B) 29.7º 0.39% 1% -
XYZ 68.38 66.62 40.27 -
YUV 213.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 254 204 155 0 0.20 0.39 0.00 29.7 0.98 0.8
Hex FE CC 9B 0 14 27 0 1E 62 50
Octal 376 314 233 0 24 47 0 36 142 120
Binary 11111110 11001100 10011011 0 10100 100111 0 11110 1100010 1010000

Color Harmonies of #FECC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC9B

Black with #FECC9B

Text Example


Text Example

White with #FECC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC9B; }

 p { color: rgb(254,204,155); }

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

background-color css

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

 a { background-color: rgb(254,204,155); }

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

border-color css

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

 span { border-color: rgb(254,204,155); }

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