Html Css Color HEX #FDC78C Peach-Orange

📋 copy color: '#FDC78C'

red 253 ◦ green 199 ◦ blue 140

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

Shades of Peach-Orange #FDC78C

Tints of Peach-Orange #FDC78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.65%

R = 42.74%
G = 33.61%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC78C (or 0xFDC78C) is known color: Peach-Orange. HEX triplet: FD, C7 and 8C. RGB value is (253,199,140). Sum of RGB (Red+Green+Blue) = 253+199+140=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78C is #023873. Grayscale: #D0D0D0. Windows color (decimal): -145524 or 9226237. OLE color: 9226237.

HSL color Cylindrical-coordinate representation of color #FDC78C: hue angle of 31.33º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC78C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 140 -
CMYK 0 0.21 0.45 0.01
HSL 31.33º 0.97% 0.77% -
HSV(B) 31.33º 0.45% 0.99% -
XYZ 65.67 63.62 33.63 -
YUV 208.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 253 199 140 0 0.21 0.45 0.01 31.33 0.97 0.77
Hex FD C7 8C 0 15 2D 1 1F 61 4D
Octal 375 307 214 0 25 55 1 37 141 115
Binary 11111101 11000111 10001100 0 10101 101101 1 11111 1100001 1001101

Color Harmonies of #FDC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC78C

Black with #FDC78C

Text Example


Text Example

White with #FDC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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