Html Css Color HEX #FDC791 Peach-Orange

📋 copy color: '#FDC791'

red 253 ◦ green 199 ◦ blue 145

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

Shades of Peach-Orange #FDC791

Tints of Peach-Orange #FDC791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.29%

R = 42.38%
G = 33.33%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC791 (or 0xFDC791) is known color: Peach-Orange. HEX triplet: FD, C7 and 91. RGB value is (253,199,145). Sum of RGB (Red+Green+Blue) = 253+199+145=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC791 is #02386E. Grayscale: #D1D1D1. Windows color (decimal): -145519 or 9553917. OLE color: 9553917.

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

Color convert

RGB 253 199 145 -
CMYK 0 0.21 0.43 0.01
HSL 30º 0.96% 0.78% -
HSV(B) 30º 0.43% 0.99% -
XYZ 66.04 63.77 35.62 -
YUV 208.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 253 199 145 0 0.21 0.43 0.01 30 0.96 0.78
Hex FD C7 91 0 15 2B 1 1E 60 4E
Octal 375 307 221 0 25 53 1 36 140 116
Binary 11111101 11000111 10010001 0 10101 101011 1 11110 1100000 1001110

Color Harmonies of #FDC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC791

Black with #FDC791

Text Example


Text Example

White with #FDC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC791; }

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

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

background-color css

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

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

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

border-color css

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

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

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