Html Css Color HEX #FECB98 Peach-Orange

📋 copy color: '#FECB98'

red 254 ◦ green 203 ◦ blue 152

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

Shades of Peach-Orange #FECB98

Tints of Peach-Orange #FECB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.96%

R = 41.71%
G = 33.33%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FECB98 (or 0xFECB98) is known color: Peach-Orange. HEX triplet: FE, CB and 98. RGB value is (254,203,152). Sum of RGB (Red+Green+Blue) = 254+203+152=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB98 is #013467. Grayscale: #D4D4D4. Windows color (decimal): -78952 or 10013694. OLE color: 10013694.

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

Color convert

RGB 254 203 152 -
CMYK 0 0.20 0.40 0.00
HSL 30º 0.98% 0.8% -
HSV(B) 30º 0.4% 1% -
XYZ 67.9 66.05 38.88 -
YUV 212.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 254 203 152 0 0.20 0.40 0.00 30 0.98 0.8
Hex FE CB 98 0 14 28 0 1E 62 50
Octal 376 313 230 0 24 50 0 36 142 120
Binary 11111110 11001011 10011000 0 10100 101000 0 11110 1100010 1010000

Color Harmonies of #FECB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB98

Black with #FECB98

Text Example


Text Example

White with #FECB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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