Html Css Color HEX #F8C38D Peach-Orange

📋 copy color: '#F8C38D'

red 248 ◦ green 195 ◦ blue 141

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

Shades of Peach-Orange #F8C38D

Tints of Peach-Orange #F8C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

 BLUE value IS 141 (55.47% from 255) = 24.14%

R = 42.47%
G = 33.39%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8C38D (or 0xF8C38D) is known color: Peach-Orange. HEX triplet: F8, C3 and 8D. RGB value is (248,195,141). Sum of RGB (Red+Green+Blue) = 248+195+141=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C38D is #073C72. Grayscale: #CCCCCC. Windows color (decimal): -474227 or 9290744. OLE color: 9290744.

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

Color convert

RGB 248 195 141 -
CMYK 0 0.21 0.43 0.03
HSL 30.28º 0.88% 0.76% -
HSV(B) 30.28º 0.43% 0.97% -
XYZ 63.03 60.91 33.63 -
YUV 204.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 248 195 141 0 0.21 0.43 0.03 30.28 0.88 0.76
Hex F8 C3 8D 0 15 2B 3 1E 58 4C
Octal 370 303 215 0 25 53 3 36 130 114
Binary 11111000 11000011 10001101 0 10101 101011 11 11110 1011000 1001100

Color Harmonies of #F8C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C38D

Black with #F8C38D

Text Example


Text Example

White with #F8C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C38D; }

 p { color: rgb(248,195,141); }

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

background-color css

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

 a { background-color: rgb(248,195,141); }

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

border-color css

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

 span { border-color: rgb(248,195,141); }

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