Html Css Color HEX #FDC98D Peach-Orange

📋 copy color: '#FDC98D'

red 253 ◦ green 201 ◦ blue 141

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

Shades of Peach-Orange #FDC98D

Tints of Peach-Orange #FDC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 42.52%
G = 33.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC98D (or 0xFDC98D) is known color: Peach-Orange. HEX triplet: FD, C9 and 8D. RGB value is (253,201,141). Sum of RGB (Red+Green+Blue) = 253+201+141=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98D is #023672. Grayscale: #D1D1D1. Windows color (decimal): -145011 or 9292285. OLE color: 9292285.

HSL color Cylindrical-coordinate representation of color #FDC98D: hue angle of 32.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC98D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 141 -
CMYK 0 0.21 0.44 0.01
HSL 32.14º 0.97% 0.77% -
HSV(B) 32.14º 0.44% 0.99% -
XYZ 66.2 64.58 34.18 -
YUV 209.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 253 201 141 0 0.21 0.44 0.01 32.14 0.97 0.77
Hex FD C9 8D 0 15 2C 1 20 61 4D
Octal 375 311 215 0 25 54 1 40 141 115
Binary 11111101 11001001 10001101 0 10101 101100 1 100000 1100001 1001101

Color Harmonies of #FDC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC98D

Black with #FDC98D

Text Example


Text Example

White with #FDC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC98D; }

 p { color: rgb(253,201,141); }

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

background-color css

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

 a { background-color: rgb(253,201,141); }

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

border-color css

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

 span { border-color: rgb(253,201,141); }

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