Html Css Color HEX #FFC28C Peach-Orange

📋 copy color: '#FFC28C'

red 255 ◦ green 194 ◦ blue 140

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

Shades of Peach-Orange #FFC28C

Tints of Peach-Orange #FFC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 43.29%
G = 32.94%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFC28C (or 0xFFC28C) is known color: Peach-Orange. HEX triplet: FF, C2 and 8C. RGB value is (255,194,140). Sum of RGB (Red+Green+Blue) = 255+194+140=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC28C is #003D73. Grayscale: #CECECE. Windows color (decimal): -15732 or 9224959. OLE color: 9224959.

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

Color convert

RGB 255 194 140 -
CMYK 0 0.24 0.45 0
HSL 28.17º 1% 0.77% -
HSV(B) 28.17º 0.45% 1% -
XYZ 65.27 61.74 33.29 -
YUV 206.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 255 194 140 0 0.24 0.45 0 28.17 1 0.77
Hex FF C2 8C 0 18 2D 0 1C 64 4D
Octal 377 302 214 0 30 55 0 34 144 115
Binary 11111111 11000010 10001100 0 11000 101101 0 11100 1100100 1001101

Color Harmonies of #FFC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC28C

Black with #FFC28C

Text Example


Text Example

White with #FFC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC28C; }

 p { color: rgb(255,194,140); }

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

background-color css

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

 a { background-color: rgb(255,194,140); }

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

border-color css

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

 span { border-color: rgb(255,194,140); }

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