#F8A492

Color #F8A492 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F8A492

Tints of Rose Bud #F8A492

Color information

#F8A492 (or 0xF8A492) is unknown color: approx Rose Bud. HEX triplet: F8, A4 and 92. RGB value is (248,164,146). Sum of RGB (Red+Green+Blue) = 248+164+146=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A492 is #075B6D. Grayscale: #BBBBBB. Windows color (decimal): -482158 or 9610488. OLE color: 9610488.

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

Color convert

RGB248164146-
CMYK00.340.410.03
HSL10.59º87.93%77.25%-
HSV(B)10.59º41.13%97.25%-
XYZ57.1848.5833.56-
YUV187.06104.83171.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=44.44%
G=29.39%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816414600.340.410.0310.5987.9377.25
HexF8A492022293b584d
Octal37024422204251313130115
Binary111110001010010010010010010001010100111101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A492; }

 p { color: rgb(248,164,146); }

 H1.HeaderClassName
 {
   color: #F8A492;
 }
 .AnyTagClassName
 {
   color: #F8A492;
 }
</style>
background-color css

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

 a { background-color: rgb(248,164,146); }

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

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

 span { border-color: rgb(248,164,146); }

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