Html Css Color HEX #FDC794 Peach-Orange

📋 copy color: '#FDC794'

red 253 ◦ green 199 ◦ blue 148

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

Shades of Peach-Orange #FDC794

Tints of Peach-Orange #FDC794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.67%

R = 42.17%
G = 33.17%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC794 (or 0xFDC794) is known color: Peach-Orange. HEX triplet: FD, C7 and 94. RGB value is (253,199,148). Sum of RGB (Red+Green+Blue) = 253+199+148=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC794 is #02386B. Grayscale: #D1D1D1. Windows color (decimal): -145516 or 9750525. OLE color: 9750525.

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

Color convert

RGB 253 199 148 -
CMYK 0 0.21 0.42 0.01
HSL 29.14º 0.96% 0.79% -
HSV(B) 29.14º 0.42% 0.99% -
XYZ 66.28 63.87 36.85 -
YUV 209.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 253 199 148 0 0.21 0.42 0.01 29.14 0.96 0.79
Hex FD C7 94 0 15 2A 1 1D 60 4F
Octal 375 307 224 0 25 52 1 35 140 117
Binary 11111101 11000111 10010100 0 10101 101010 1 11101 1100000 1001111

Color Harmonies of #FDC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC794

Black with #FDC794

Text Example


Text Example

White with #FDC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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