Html Css Color HEX #FECD9A Peach-Orange

📋 copy color: '#FECD9A'

red 254 ◦ green 205 ◦ blue 154

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

Shades of Peach-Orange #FECD9A

Tints of Peach-Orange #FECD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.44%

 BLUE value IS 154 (60.55% from 255) = 25.12%

R = 41.44%
G = 33.44%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FECD9A (or 0xFECD9A) is known color: Peach-Orange. HEX triplet: FE, CD and 9A. RGB value is (254,205,154). Sum of RGB (Red+Green+Blue) = 254+205+154=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9A is #013265. Grayscale: #D6D6D6. Windows color (decimal): -78438 or 10145278. OLE color: 10145278.

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

Color convert

RGB 254 205 154 -
CMYK 0 0.19 0.39 0.00
HSL 30.6º 0.98% 0.8% -
HSV(B) 30.6º 0.39% 1% -
XYZ 68.54 67.07 39.9 -
YUV 213.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 254 205 154 0 0.19 0.39 0.00 30.6 0.98 0.8
Hex FE CD 9A 0 13 27 0 1F 62 50
Octal 376 315 232 0 23 47 0 37 142 120
Binary 11111110 11001101 10011010 0 10011 100111 0 11111 1100010 1010000

Color Harmonies of #FECD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD9A

Black with #FECD9A

Text Example


Text Example

White with #FECD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD9A; }

 p { color: rgb(254,205,154); }

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

background-color css

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

 a { background-color: rgb(254,205,154); }

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

border-color css

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

 span { border-color: rgb(254,205,154); }

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