Html Css Color HEX #FDC991 Peach-Orange

📋 copy color: '#FDC991'

red 253 ◦ green 201 ◦ blue 145

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

Shades of Peach-Orange #FDC991

Tints of Peach-Orange #FDC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

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

R = 42.24%
G = 33.56%
B = 24.21%

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

#FDC991 (or 0xFDC991) is known color: Peach-Orange. HEX triplet: FD, C9 and 91. RGB value is (253,201,145). Sum of RGB (Red+Green+Blue) = 253+201+145=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC991 is #02366E. Grayscale: #D2D2D2. Windows color (decimal): -145007 or 9554429. OLE color: 9554429.

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

Color convert

RGB 253 201 145 -
CMYK 0 0.21 0.43 0.01
HSL 31.11º 0.96% 0.78% -
HSV(B) 31.11º 0.43% 0.99% -
XYZ 66.51 64.7 35.77 -
YUV 210.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 253 201 145 0 0.21 0.43 0.01 31.11 0.96 0.78
Hex FD C9 91 0 15 2B 1 1F 60 4E
Octal 375 311 221 0 25 53 1 37 140 116
Binary 11111101 11001001 10010001 0 10101 101011 1 11111 1100000 1001110

Color Harmonies of #FDC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC991

Black with #FDC991

Text Example


Text Example

White with #FDC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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