Html Css Color HEX #FDC78E Peach-Orange

📋 copy color: '#FDC78E'

red 253 ◦ green 199 ◦ blue 142

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

Shades of Peach-Orange #FDC78E

Tints of Peach-Orange #FDC78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.91%

R = 42.59%
G = 33.5%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDC78E (or 0xFDC78E) is known color: Peach-Orange. HEX triplet: FD, C7 and 8E. RGB value is (253,199,142). Sum of RGB (Red+Green+Blue) = 253+199+142=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78E is #023871. Grayscale: #D0D0D0. Windows color (decimal): -145522 or 9357309. OLE color: 9357309.

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

Color convert

RGB 253 199 142 -
CMYK 0 0.21 0.44 0.01
HSL 30.81º 0.97% 0.77% -
HSV(B) 30.81º 0.44% 0.99% -
XYZ 65.81 63.68 34.41 -
YUV 208.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 253 199 142 0 0.21 0.44 0.01 30.81 0.97 0.77
Hex FD C7 8E 0 15 2C 1 1F 61 4D
Octal 375 307 216 0 25 54 1 37 141 115
Binary 11111101 11000111 10001110 0 10101 101100 1 11111 1100001 1001101

Color Harmonies of #FDC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC78E

Black with #FDC78E

Text Example


Text Example

White with #FDC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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