Html Css Color HEX #FDC892 Peach-Orange

📋 copy color: '#FDC892'

red 253 ◦ green 200 ◦ blue 146

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

Shades of Peach-Orange #FDC892

Tints of Peach-Orange #FDC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

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

R = 42.24%
G = 33.39%
B = 24.37%

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

#FDC892 (or 0xFDC892) is known color: Peach-Orange. HEX triplet: FD, C8 and 92. RGB value is (253,200,146). Sum of RGB (Red+Green+Blue) = 253+200+146=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC892 is #02376D. Grayscale: #D1D1D1. Windows color (decimal): -145262 or 9619709. OLE color: 9619709.

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

Color convert

RGB 253 200 146 -
CMYK 0 0.21 0.42 0.01
HSL 30.28º 0.96% 0.78% -
HSV(B) 30.28º 0.42% 0.99% -
XYZ 66.35 64.27 36.1 -
YUV 209.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 253 200 146 0 0.21 0.42 0.01 30.28 0.96 0.78
Hex FD C8 92 0 15 2A 1 1E 60 4E
Octal 375 310 222 0 25 52 1 36 140 116
Binary 11111101 11001000 10010010 0 10101 101010 1 11110 1100000 1001110

Color Harmonies of #FDC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC892

Black with #FDC892

Text Example


Text Example

White with #FDC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC892; }

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

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

background-color css

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

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

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

border-color css

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

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

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