Html Css Color HEX #FDC291 Peach-Orange

📋 copy color: '#FDC291'

red 253 ◦ green 194 ◦ blue 145

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

Shades of Peach-Orange #FDC291

Tints of Peach-Orange #FDC291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.77%

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

R = 42.74%
G = 32.77%
B = 24.49%

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

#FDC291 (or 0xFDC291) is known color: Peach-Orange. HEX triplet: FD, C2 and 91. RGB value is (253,194,145). Sum of RGB (Red+Green+Blue) = 253+194+145=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC291 is #023D6E. Grayscale: #CECECE. Windows color (decimal): -146799 or 9552637. OLE color: 9552637.

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

Color convert

RGB 253 194 145 -
CMYK 0 0.23 0.43 0.01
HSL 27.22º 0.96% 0.78% -
HSV(B) 27.22º 0.43% 0.99% -
XYZ 64.91 61.51 35.24 -
YUV 206.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 253 194 145 0 0.23 0.43 0.01 27.22 0.96 0.78
Hex FD C2 91 0 17 2B 1 1B 60 4E
Octal 375 302 221 0 27 53 1 33 140 116
Binary 11111101 11000010 10010001 0 10111 101011 1 11011 1100000 1001110

Color Harmonies of #FDC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC291

Black with #FDC291

Text Example


Text Example

White with #FDC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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