Html Css Color HEX #FFC993 Peach-Orange

📋 copy color: '#FFC993'

red 255 ◦ green 201 ◦ blue 147

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

Shades of Peach-Orange #FFC993

Tints of Peach-Orange #FFC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.38%

R = 42.29%
G = 33.33%
B = 24.38%

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

#FFC993 (or 0xFFC993) is known color: Peach-Orange. HEX triplet: FF, C9 and 93. RGB value is (255,201,147). Sum of RGB (Red+Green+Blue) = 255+201+147=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC993 is #00366C. Grayscale: #D3D3D3. Windows color (decimal): -13933 or 9685503. OLE color: 9685503.

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

Color convert

RGB 255 201 147 -
CMYK 0 0.21 0.42 0
HSL 30º 1% 0.79% -
HSV(B) 30º 0.42% 1% -
XYZ 67.39 65.14 36.63 -
YUV 210.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 255 201 147 0 0.21 0.42 0 30 1 0.79
Hex FF C9 93 0 15 2A 0 1E 64 4F
Octal 377 311 223 0 25 52 0 36 144 117
Binary 11111111 11001001 10010011 0 10101 101010 0 11110 1100100 1001111

Color Harmonies of #FFC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC993

Black with #FFC993

Text Example


Text Example

White with #FFC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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