Html Css Color HEX #FFC994 Peach-Orange

📋 copy color: '#FFC994'

red 255 ◦ green 201 ◦ blue 148

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

Shades of Peach-Orange #FFC994

Tints of Peach-Orange #FFC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.28%

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

R = 42.22%
G = 33.28%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC994 (or 0xFFC994) is known color: Peach-Orange. HEX triplet: FF, C9 and 94. RGB value is (255,201,148). Sum of RGB (Red+Green+Blue) = 255+201+148=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC994 is #00366B. Grayscale: #D3D3D3. Windows color (decimal): -13932 or 9751039. OLE color: 9751039.

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

Color convert

RGB 255 201 148 -
CMYK 0 0.21 0.42 0
HSL 29.72º 1% 0.79% -
HSV(B) 29.72º 0.42% 1% -
XYZ 67.47 65.17 37.04 -
YUV 211.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 255 201 148 0 0.21 0.42 0 29.72 1 0.79
Hex FF C9 94 0 15 2A 0 1E 64 4F
Octal 377 311 224 0 25 52 0 36 144 117
Binary 11111111 11001001 10010100 0 10101 101010 0 11110 1100100 1001111

Color Harmonies of #FFC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC994

Black with #FFC994

Text Example


Text Example

White with #FFC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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