Html Css Color HEX #FDCE90 Peach-Orange

📋 copy color: '#FDCE90'

red 253 ◦ green 206 ◦ blue 144

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

Shades of Peach-Orange #FDCE90

Tints of Peach-Orange #FDCE90

RGB

 RED value IS 253 (99.22% from 255) = 41.96%

 GREEN value IS 206 (80.86% from 255) = 34.16%

 BLUE value IS 144 (56.64% from 255) = 23.88%

R = 41.96%
G = 34.16%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDCE90 (or 0xFDCE90) is known color: Peach-Orange. HEX triplet: FD, CE and 90. RGB value is (253,206,144). Sum of RGB (Red+Green+Blue) = 253+206+144=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE90 is #02316F. Grayscale: #D5D5D5. Windows color (decimal): -143728 or 9490173. OLE color: 9490173.

HSL color Cylindrical-coordinate representation of color #FDCE90: hue angle of 34.13º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDCE90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 144 -
CMYK 0 0.19 0.43 0.01
HSL 34.13º 0.96% 0.78% -
HSV(B) 34.13º 0.43% 0.99% -
XYZ 67.61 67.04 35.76 -
YUV 212.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 253 206 144 0 0.19 0.43 0.01 34.13 0.96 0.78
Hex FD CE 90 0 13 2B 1 22 60 4E
Octal 375 316 220 0 23 53 1 42 140 116
Binary 11111101 11001110 10010000 0 10011 101011 1 100010 1100000 1001110

Color Harmonies of #FDCE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE90

Black with #FDCE90

Text Example


Text Example

White with #FDCE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE90; }

 p { color: rgb(253,206,144); }

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

background-color css

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

 a { background-color: rgb(253,206,144); }

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

border-color css

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

 span { border-color: rgb(253,206,144); }

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