Html Css Color HEX #FFC894 Peach-Orange

📋 copy color: '#FFC894'

red 255 ◦ green 200 ◦ blue 148

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

Shades of Peach-Orange #FFC894

Tints of Peach-Orange #FFC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.17%

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

R = 42.29%
G = 33.17%
B = 24.54%

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

#FFC894 (or 0xFFC894) is known color: Peach-Orange. HEX triplet: FF, C8 and 94. RGB value is (255,200,148). Sum of RGB (Red+Green+Blue) = 255+200+148=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC894 is #00376B. Grayscale: #D2D2D2. Windows color (decimal): -14188 or 9750783. OLE color: 9750783.

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

Color convert

RGB 255 200 148 -
CMYK 0 0.22 0.42 0
HSL 29.16º 1% 0.79% -
HSV(B) 29.16º 0.42% 1% -
XYZ 67.24 64.71 36.96 -
YUV 210.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 255 200 148 0 0.22 0.42 0 29.16 1 0.79
Hex FF C8 94 0 16 2A 0 1D 64 4F
Octal 377 310 224 0 26 52 0 35 144 117
Binary 11111111 11001000 10010100 0 10110 101010 0 11101 1100100 1001111

Color Harmonies of #FFC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC894

Black with #FFC894

Text Example


Text Example

White with #FFC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC894; }

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

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

background-color css

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

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

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

border-color css

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

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

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