Html Css Color HEX #F9A992 Rose Bud

📋 copy color: '#F9A992'

red 249 ◦ green 169 ◦ blue 146

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

Shades of Rose Bud #F9A992

Tints of Rose Bud #F9A992

RGB

 RED value IS 249 (97.66% from 255) = 44.15%

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 44.15%
G = 29.96%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9A992 (or 0xF9A992) is known color: Rose Bud. HEX triplet: F9, A9 and 92. RGB value is (249,169,146). Sum of RGB (Red+Green+Blue) = 249+169+146=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A992 is #06566D. Grayscale: #BEBEBE. Windows color (decimal): -415342 or 9611769. OLE color: 9611769.

HSL color Cylindrical-coordinate representation of color #F9A992: hue angle of 13.4º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9A992 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 146 -
CMYK 0 0.32 0.41 0.02
HSL 13.4º 0.9% 0.77% -
HSV(B) 13.4º 0.41% 0.98% -
XYZ 58.44 50.59 33.88 -
YUV 190.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 249 169 146 0 0.32 0.41 0.02 13.4 0.9 0.77
Hex F9 A9 92 0 20 29 2 D 5A 4D
Octal 371 251 222 0 40 51 2 15 132 115
Binary 11111001 10101001 10010010 0 100000 101001 10 1101 1011010 1001101

Color Harmonies of #F9A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A992

Black with #F9A992

Text Example


Text Example

White with #F9A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A992; }

 p { color: rgb(249,169,146); }

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

background-color css

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

 a { background-color: rgb(249,169,146); }

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

border-color css

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

 span { border-color: rgb(249,169,146); }

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