Html Css Color HEX #FDC491 Peach-Orange

📋 copy color: '#FDC491'

red 253 ◦ green 196 ◦ blue 145

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

Shades of Peach-Orange #FDC491

Tints of Peach-Orange #FDC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33%

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

R = 42.59%
G = 33%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC491 (or 0xFDC491) is known color: Peach-Orange. HEX triplet: FD, C4 and 91. RGB value is (253,196,145). Sum of RGB (Red+Green+Blue) = 253+196+145=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC491 is #023B6E. Grayscale: #CFCFCF. Windows color (decimal): -146287 or 9553149. OLE color: 9553149.

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

Color convert

RGB 253 196 145 -
CMYK 0 0.23 0.43 0.01
HSL 28.33º 0.96% 0.78% -
HSV(B) 28.33º 0.43% 0.99% -
XYZ 65.36 62.41 35.39 -
YUV 207.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 253 196 145 0 0.23 0.43 0.01 28.33 0.96 0.78
Hex FD C4 91 0 17 2B 1 1C 60 4E
Octal 375 304 221 0 27 53 1 34 140 116
Binary 11111101 11000100 10010001 0 10111 101011 1 11100 1100000 1001110

Color Harmonies of #FDC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC491

Black with #FDC491

Text Example


Text Example

White with #FDC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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