Html Css Color HEX #FCD09F Peach-Orange

📋 copy color: '#FCD09F'

red 252 ◦ green 208 ◦ blue 159

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

Shades of Peach-Orange #FCD09F

Tints of Peach-Orange #FCD09F

RGB

 RED value IS 252 (98.83% from 255) = 40.71%

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

 BLUE value IS 159 (62.5% from 255) = 25.69%

R = 40.71%
G = 33.6%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD09F (or 0xFCD09F) is known color: Peach-Orange. HEX triplet: FC, D0 and 9F. RGB value is (252,208,159). Sum of RGB (Red+Green+Blue) = 252+208+159=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09F is #032F60. Grayscale: #D7D7D7. Windows color (decimal): -208737 or 10473724. OLE color: 10473724.

HSL color Cylindrical-coordinate representation of color #FCD09F: hue angle of 31.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD09F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 159 -
CMYK 0 0.17 0.37 0.01
HSL 31.61º 0.94% 0.81% -
HSV(B) 31.61º 0.37% 0.99% -
XYZ 68.96 68.31 42.35 -
YUV 215.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 252 208 159 0 0.17 0.37 0.01 31.61 0.94 0.81
Hex FC D0 9F 0 11 25 1 20 5E 51
Octal 374 320 237 0 21 45 1 40 136 121
Binary 11111100 11010000 10011111 0 10001 100101 1 100000 1011110 1010001

Color Harmonies of #FCD09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD09F

Black with #FCD09F

Text Example


Text Example

White with #FCD09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD09F; }

 p { color: rgb(252,208,159); }

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

background-color css

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

 a { background-color: rgb(252,208,159); }

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

border-color css

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

 span { border-color: rgb(252,208,159); }

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