Html Css Color HEX #FFC494 Peach-Orange

📋 copy color: '#FFC494'

red 255 ◦ green 196 ◦ blue 148

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

Shades of Peach-Orange #FFC494

Tints of Peach-Orange #FFC494

RGB

 RED value IS 255 (100% from 255) = 42.57%

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

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

R = 42.57%
G = 32.72%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC494 (or 0xFFC494) is known color: Peach-Orange. HEX triplet: FF, C4 and 94. RGB value is (255,196,148). Sum of RGB (Red+Green+Blue) = 255+196+148=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC494 is #003B6B. Grayscale: #D0D0D0. Windows color (decimal): -15212 or 9749759. OLE color: 9749759.

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

Color convert

RGB 255 196 148 -
CMYK 0 0.23 0.42 0
HSL 26.92º 1% 0.79% -
HSV(B) 26.92º 0.42% 1% -
XYZ 66.33 62.88 36.66 -
YUV 208.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 255 196 148 0 0.23 0.42 0 26.92 1 0.79
Hex FF C4 94 0 17 2A 0 1B 64 4F
Octal 377 304 224 0 27 52 0 33 144 117
Binary 11111111 11000100 10010100 0 10111 101010 0 11011 1100100 1001111

Color Harmonies of #FFC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC494

Black with #FFC494

Text Example


Text Example

White with #FFC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC494; }

 p { color: rgb(255,196,148); }

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

background-color css

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

 a { background-color: rgb(255,196,148); }

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

border-color css

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

 span { border-color: rgb(255,196,148); }

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