Html Css Color HEX #F8CC9A Peach-Orange

📋 copy color: '#F8CC9A'

red 248 ◦ green 204 ◦ blue 154

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

Shades of Peach-Orange #F8CC9A

Tints of Peach-Orange #F8CC9A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 40.92%
G = 33.66%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8CC9A (or 0xF8CC9A) is known color: Peach-Orange. HEX triplet: F8, CC and 9A. RGB value is (248,204,154). Sum of RGB (Red+Green+Blue) = 248+204+154=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CC9A is #073365. Grayscale: #D3D3D3. Windows color (decimal): -471910 or 10145016. OLE color: 10145016.

HSL color Cylindrical-coordinate representation of color #F8CC9A: hue angle of 31.91º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8CC9A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 154 -
CMYK 0 0.18 0.38 0.03
HSL 31.91º 0.87% 0.79% -
HSV(B) 31.91º 0.38% 0.97% -
XYZ 66.14 65.48 39.72 -
YUV 211.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 248 204 154 0 0.18 0.38 0.03 31.91 0.87 0.79
Hex F8 CC 9A 0 12 26 3 20 57 4F
Octal 370 314 232 0 22 46 3 40 127 117
Binary 11111000 11001100 10011010 0 10010 100110 11 100000 1010111 1001111

Color Harmonies of #F8CC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC9A

Black with #F8CC9A

Text Example


Text Example

White with #F8CC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC9A; }

 p { color: rgb(248,204,154); }

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

background-color css

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

 a { background-color: rgb(248,204,154); }

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

border-color css

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

 span { border-color: rgb(248,204,154); }

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