Html Css Color HEX #FED09A Peach-Orange

📋 copy color: '#FED09A'

red 254 ◦ green 208 ◦ blue 154

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

Shades of Peach-Orange #FED09A

Tints of Peach-Orange #FED09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

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

R = 41.23%
G = 33.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FED09A (or 0xFED09A) is known color: Peach-Orange. HEX triplet: FE, D0 and 9A. RGB value is (254,208,154). Sum of RGB (Red+Green+Blue) = 254+208+154=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09A is #012F65. Grayscale: #D7D7D7. Windows color (decimal): -77670 or 10146046. OLE color: 10146046.

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

Color convert

RGB 254 208 154 -
CMYK 0 0.18 0.39 0.00
HSL 32.4º 0.98% 0.8% -
HSV(B) 32.4º 0.39% 1% -
XYZ 69.26 68.52 40.15 -
YUV 215.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 254 208 154 0 0.18 0.39 0.00 32.4 0.98 0.8
Hex FE D0 9A 0 12 27 0 20 62 50
Octal 376 320 232 0 22 47 0 40 142 120
Binary 11111110 11010000 10011010 0 10010 100111 0 100000 1100010 1010000

Color Harmonies of #FED09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED09A

Black with #FED09A

Text Example


Text Example

White with #FED09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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