Html Css Color HEX #FDCD94 Peach-Orange

📋 copy color: '#FDCD94'

red 253 ◦ green 205 ◦ blue 148

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

Shades of Peach-Orange #FDCD94

Tints of Peach-Orange #FDCD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.42%

R = 41.75%
G = 33.83%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDCD94 (or 0xFDCD94) is known color: Peach-Orange. HEX triplet: FD, CD and 94. RGB value is (253,205,148). Sum of RGB (Red+Green+Blue) = 253+205+148=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD94 is #02326B. Grayscale: #D5D5D5. Windows color (decimal): -143980 or 9752061. OLE color: 9752061.

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

Color convert

RGB 253 205 148 -
CMYK 0 0.19 0.42 0.01
HSL 32.57º 0.96% 0.79% -
HSV(B) 32.57º 0.42% 0.99% -
XYZ 67.68 66.68 37.32 -
YUV 212.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 253 205 148 0 0.19 0.42 0.01 32.57 0.96 0.79
Hex FD CD 94 0 13 2A 1 21 60 4F
Octal 375 315 224 0 23 52 1 41 140 117
Binary 11111101 11001101 10010100 0 10011 101010 1 100001 1100000 1001111

Color Harmonies of #FDCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD94

Black with #FDCD94

Text Example


Text Example

White with #FDCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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