Html Css Color HEX #FDCD91 Peach-Orange

📋 copy color: '#FDCD91'

red 253 ◦ green 205 ◦ blue 145

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

Shades of Peach-Orange #FDCD91

Tints of Peach-Orange #FDCD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.05%

R = 41.96%
G = 34%
B = 24.05%

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

#FDCD91 (or 0xFDCD91) is known color: Peach-Orange. HEX triplet: FD, CD and 91. RGB value is (253,205,145). Sum of RGB (Red+Green+Blue) = 253+205+145=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD91 is #02326E. Grayscale: #D4D4D4. Windows color (decimal): -143983 or 9555453. OLE color: 9555453.

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

Color convert

RGB 253 205 145 -
CMYK 0 0.19 0.43 0.01
HSL 33.33º 0.96% 0.78% -
HSV(B) 33.33º 0.43% 0.99% -
XYZ 67.45 66.59 36.09 -
YUV 212.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 253 205 145 0 0.19 0.43 0.01 33.33 0.96 0.78
Hex FD CD 91 0 13 2B 1 21 60 4E
Octal 375 315 221 0 23 53 1 41 140 116
Binary 11111101 11001101 10010001 0 10011 101011 1 100001 1100000 1001110

Color Harmonies of #FDCD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD91

Black with #FDCD91

Text Example


Text Example

White with #FDCD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD91; }

 p { color: rgb(253,205,145); }

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

background-color css

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

 a { background-color: rgb(253,205,145); }

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

border-color css

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

 span { border-color: rgb(253,205,145); }

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