Html Css Color HEX #FDC58D Peach-Orange

📋 copy color: '#FDC58D'

red 253 ◦ green 197 ◦ blue 141

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

Shades of Peach-Orange #FDC58D

Tints of Peach-Orange #FDC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

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

R = 42.81%
G = 33.33%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC58D (or 0xFDC58D) is known color: Peach-Orange. HEX triplet: FD, C5 and 8D. RGB value is (253,197,141). Sum of RGB (Red+Green+Blue) = 253+197+141=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58D is #023A72. Grayscale: #CFCFCF. Windows color (decimal): -146035 or 9291261. OLE color: 9291261.

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

Color convert

RGB 253 197 141 -
CMYK 0 0.22 0.44 0.01
HSL 30º 0.97% 0.77% -
HSV(B) 30º 0.44% 0.99% -
XYZ 65.28 62.74 33.87 -
YUV 207.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 253 197 141 0 0.22 0.44 0.01 30 0.97 0.77
Hex FD C5 8D 0 16 2C 1 1E 61 4D
Octal 375 305 215 0 26 54 1 36 141 115
Binary 11111101 11000101 10001101 0 10110 101100 1 11110 1100001 1001101

Color Harmonies of #FDC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC58D

Black with #FDC58D

Text Example


Text Example

White with #FDC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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