Html Css Color HEX #FDC792 Peach-Orange

📋 copy color: '#FDC792'

red 253 ◦ green 199 ◦ blue 146

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

Shades of Peach-Orange #FDC792

Tints of Peach-Orange #FDC792

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.28%

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

R = 42.31%
G = 33.28%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC792 (or 0xFDC792) is known color: Peach-Orange. HEX triplet: FD, C7 and 92. RGB value is (253,199,146). Sum of RGB (Red+Green+Blue) = 253+199+146=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC792 is #02386D. Grayscale: #D1D1D1. Windows color (decimal): -145518 or 9619453. OLE color: 9619453.

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

Color convert

RGB 253 199 146 -
CMYK 0 0.21 0.42 0.01
HSL 29.72º 0.96% 0.78% -
HSV(B) 29.72º 0.42% 0.99% -
XYZ 66.12 63.8 36.02 -
YUV 209.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 253 199 146 0 0.21 0.42 0.01 29.72 0.96 0.78
Hex FD C7 92 0 15 2A 1 1E 60 4E
Octal 375 307 222 0 25 52 1 36 140 116
Binary 11111101 11000111 10010010 0 10101 101010 1 11110 1100000 1001110

Color Harmonies of #FDC792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC792

Black with #FDC792

Text Example


Text Example

White with #FDC792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC792; }

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

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

background-color css

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

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

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

border-color css

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

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

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