Html Css Color HEX #F5A792 Rose Bud

📋 copy color: '#F5A792'

red 245 ◦ green 167 ◦ blue 146

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

Shades of Rose Bud #F5A792

Tints of Rose Bud #F5A792

RGB

 RED value IS 245 (96.09% from 255) = 43.91%

 GREEN value IS 167 (65.63% from 255) = 29.93%

 BLUE value IS 146 (57.42% from 255) = 26.16%

R = 43.91%
G = 29.93%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5A792 (or 0xF5A792) is known color: Rose Bud. HEX triplet: F5, A7 and 92. RGB value is (245,167,146). Sum of RGB (Red+Green+Blue) = 245+167+146=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A792 is #0A586D. Grayscale: #BCBCBC. Windows color (decimal): -677998 or 9611253. OLE color: 9611253.

HSL color Cylindrical-coordinate representation of color #F5A792: hue angle of 12.73º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A792 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 146 -
CMYK 0 0.32 0.40 0.04
HSL 12.73º 0.83% 0.77% -
HSV(B) 12.73º 0.4% 0.96% -
XYZ 56.66 49.13 33.69 -
YUV 187.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 245 167 146 0 0.32 0.40 0.04 12.73 0.83 0.77
Hex F5 A7 92 0 20 28 4 D 53 4D
Octal 365 247 222 0 40 50 4 15 123 115
Binary 11110101 10100111 10010010 0 100000 101000 100 1101 1010011 1001101

Color Harmonies of #F5A792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A792

Black with #F5A792

Text Example


Text Example

White with #F5A792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A792; }

 p { color: rgb(245,167,146); }

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

background-color css

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

 a { background-color: rgb(245,167,146); }

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

border-color css

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

 span { border-color: rgb(245,167,146); }

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