Html Css Color HEX #FDC592 Peach-Orange

📋 copy color: '#FDC592'

red 253 ◦ green 197 ◦ blue 146

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

Shades of Peach-Orange #FDC592

Tints of Peach-Orange #FDC592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.5%

R = 42.45%
G = 33.05%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC592 (or 0xFDC592) is known color: Peach-Orange. HEX triplet: FD, C5 and 92. RGB value is (253,197,146). Sum of RGB (Red+Green+Blue) = 253+197+146=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC592 is #023A6D. Grayscale: #D0D0D0. Windows color (decimal): -146030 or 9618941. OLE color: 9618941.

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

Color convert

RGB 253 197 146 -
CMYK 0 0.22 0.42 0.01
HSL 28.6º 0.96% 0.78% -
HSV(B) 28.6º 0.42% 0.99% -
XYZ 65.66 62.89 35.87 -
YUV 207.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 253 197 146 0 0.22 0.42 0.01 28.6 0.96 0.78
Hex FD C5 92 0 16 2A 1 1D 60 4E
Octal 375 305 222 0 26 52 1 35 140 116
Binary 11111101 11000101 10010010 0 10110 101010 1 11101 1100000 1001110

Color Harmonies of #FDC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC592

Black with #FDC592

Text Example


Text Example

White with #FDC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC592; }

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

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

background-color css

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

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

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

border-color css

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

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

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