Html Css Color HEX #F8C28E Peach-Orange

📋 copy color: '#F8C28E'

red 248 ◦ green 194 ◦ blue 142

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

Shades of Peach-Orange #F8C28E

Tints of Peach-Orange #F8C28E

RGB

 RED value IS 248 (97.27% from 255) = 42.47%

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

 BLUE value IS 142 (55.86% from 255) = 24.32%

R = 42.47%
G = 33.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8C28E (or 0xF8C28E) is known color: Peach-Orange. HEX triplet: F8, C2 and 8E. RGB value is (248,194,142). Sum of RGB (Red+Green+Blue) = 248+194+142=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C28E is #073D71. Grayscale: #CCCCCC. Windows color (decimal): -474482 or 9356024. OLE color: 9356024.

HSL color Cylindrical-coordinate representation of color #F8C28E: hue angle of 29.43º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8C28E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 142 -
CMYK 0 0.22 0.43 0.03
HSL 29.43º 0.88% 0.76% -
HSV(B) 29.43º 0.43% 0.97% -
XYZ 62.89 60.49 33.95 -
YUV 204.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 248 194 142 0 0.22 0.43 0.03 29.43 0.88 0.76
Hex F8 C2 8E 0 16 2B 3 1D 58 4C
Octal 370 302 216 0 26 53 3 35 130 114
Binary 11111000 11000010 10001110 0 10110 101011 11 11101 1011000 1001100

Color Harmonies of #F8C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C28E

Black with #F8C28E

Text Example


Text Example

White with #F8C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C28E; }

 p { color: rgb(248,194,142); }

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

background-color css

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

 a { background-color: rgb(248,194,142); }

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

border-color css

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

 span { border-color: rgb(248,194,142); }

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