Html Css Color HEX #F9A592 Rose Bud

📋 copy color: '#F9A592'

red 249 ◦ green 165 ◦ blue 146

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

Shades of Rose Bud #F9A592

Tints of Rose Bud #F9A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.46%

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

R = 44.46%
G = 29.46%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9A592 (or 0xF9A592) is known color: Rose Bud. HEX triplet: F9, A5 and 92. RGB value is (249,165,146). Sum of RGB (Red+Green+Blue) = 249+165+146=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A592 is #065A6D. Grayscale: #BCBCBC. Windows color (decimal): -416366 or 9610745. OLE color: 9610745.

HSL color Cylindrical-coordinate representation of color #F9A592: hue angle of 11.07º 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 #F9A592 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 165 146 -
CMYK 0 0.34 0.41 0.02
HSL 11.07º 0.9% 0.77% -
HSV(B) 11.07º 0.41% 0.98% -
XYZ 57.71 49.13 33.63 -
YUV 187.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 249 165 146 0 0.34 0.41 0.02 11.07 0.9 0.77
Hex F9 A5 92 0 22 29 2 B 5A 4D
Octal 371 245 222 0 42 51 2 13 132 115
Binary 11111001 10100101 10010010 0 100010 101001 10 1011 1011010 1001101

Color Harmonies of #F9A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A592

Black with #F9A592

Text Example


Text Example

White with #F9A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A592; }

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

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

background-color css

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

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

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

border-color css

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

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

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