Html Css Color HEX #FEC99B Peach-Orange

📋 copy color: '#FEC99B'

red 254 ◦ green 201 ◦ blue 155

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

Shades of Peach-Orange #FEC99B

Tints of Peach-Orange #FEC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.95%

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

R = 41.64%
G = 32.95%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEC99B (or 0xFEC99B) is known color: Peach-Orange. HEX triplet: FE, C9 and 9B. RGB value is (254,201,155). Sum of RGB (Red+Green+Blue) = 254+201+155=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC99B is #013664. Grayscale: #D3D3D3. Windows color (decimal): -79461 or 10209790. OLE color: 10209790.

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

Color convert

RGB 254 201 155 -
CMYK 0 0.21 0.39 0.00
HSL 27.88º 0.98% 0.8% -
HSV(B) 27.88º 0.39% 1% -
XYZ 67.68 65.21 40.03 -
YUV 211.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 254 201 155 0 0.21 0.39 0.00 27.88 0.98 0.8
Hex FE C9 9B 0 15 27 0 1C 62 50
Octal 376 311 233 0 25 47 0 34 142 120
Binary 11111110 11001001 10011011 0 10101 100111 0 11100 1100010 1010000

Color Harmonies of #FEC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC99B

Black with #FEC99B

Text Example


Text Example

White with #FEC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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