Html Css Color HEX #FDC58F Peach-Orange

📋 copy color: '#FDC58F'

red 253 ◦ green 197 ◦ blue 143

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

Shades of Peach-Orange #FDC58F

Tints of Peach-Orange #FDC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.11%

R = 42.66%
G = 33.22%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC58F (or 0xFDC58F) is known color: Peach-Orange. HEX triplet: FD, C5 and 8F. RGB value is (253,197,143). Sum of RGB (Red+Green+Blue) = 253+197+143=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58F is #023A70. Grayscale: #CFCFCF. Windows color (decimal): -146033 or 9422333. OLE color: 9422333.

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

Color convert

RGB 253 197 143 -
CMYK 0 0.22 0.43 0.01
HSL 29.45º 0.96% 0.78% -
HSV(B) 29.45º 0.43% 0.99% -
XYZ 65.43 62.8 34.66 -
YUV 207.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 253 197 143 0 0.22 0.43 0.01 29.45 0.96 0.78
Hex FD C5 8F 0 16 2B 1 1D 60 4E
Octal 375 305 217 0 26 53 1 35 140 116
Binary 11111101 11000101 10001111 0 10110 101011 1 11101 1100000 1001110

Color Harmonies of #FDC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC58F

Black with #FDC58F

Text Example


Text Example

White with #FDC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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