Html Css Color HEX #FFC694 Peach-Orange

📋 copy color: '#FFC694'

red 255 ◦ green 198 ◦ blue 148

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

Shades of Peach-Orange #FFC694

Tints of Peach-Orange #FFC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.95%

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

R = 42.43%
G = 32.95%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC694 (or 0xFFC694) is known color: Peach-Orange. HEX triplet: FF, C6 and 94. RGB value is (255,198,148). Sum of RGB (Red+Green+Blue) = 255+198+148=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC694 is #00396B. Grayscale: #D1D1D1. Windows color (decimal): -14700 or 9750271. OLE color: 9750271.

HSL color Cylindrical-coordinate representation of color #FFC694: hue angle of 28.04º 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 #FFC694 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 148 -
CMYK 0 0.22 0.42 0
HSL 28.04º 1% 0.79% -
HSV(B) 28.04º 0.42% 1% -
XYZ 66.78 63.79 36.81 -
YUV 209.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 255 198 148 0 0.22 0.42 0 28.04 1 0.79
Hex FF C6 94 0 16 2A 0 1C 64 4F
Octal 377 306 224 0 26 52 0 34 144 117
Binary 11111111 11000110 10010100 0 10110 101010 0 11100 1100100 1001111

Color Harmonies of #FFC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC694

Black with #FFC694

Text Example


Text Example

White with #FFC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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