Html Css Color HEX #FED09B Peach-Orange

📋 copy color: '#FED09B'

red 254 ◦ green 208 ◦ blue 155

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

Shades of Peach-Orange #FED09B

Tints of Peach-Orange #FED09B

RGB

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

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

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

R = 41.17%
G = 33.71%
B = 25.12%

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

#FED09B (or 0xFED09B) is known color: Peach-Orange. HEX triplet: FE, D0 and 9B. RGB value is (254,208,155). Sum of RGB (Red+Green+Blue) = 254+208+155=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09B is #012F64. Grayscale: #D7D7D7. Windows color (decimal): -77669 or 10211582. OLE color: 10211582.

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

Color convert

RGB 254 208 155 -
CMYK 0 0.18 0.39 0.00
HSL 32.12º 0.98% 0.8% -
HSV(B) 32.12º 0.39% 1% -
XYZ 69.35 68.55 40.59 -
YUV 215.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 254 208 155 0 0.18 0.39 0.00 32.12 0.98 0.8
Hex FE D0 9B 0 12 27 0 20 62 50
Octal 376 320 233 0 22 47 0 40 142 120
Binary 11111110 11010000 10011011 0 10010 100111 0 100000 1100010 1010000

Color Harmonies of #FED09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED09B

Black with #FED09B

Text Example


Text Example

White with #FED09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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