Html Css Color HEX #F9A58D Rose Bud

📋 copy color: '#F9A58D'

red 249 ◦ green 165 ◦ blue 141

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

Shades of Rose Bud #F9A58D

Tints of Rose Bud #F9A58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 44.86%
G = 29.73%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9A58D (or 0xF9A58D) is known color: Rose Bud. HEX triplet: F9, A5 and 8D. RGB value is (249,165,141). Sum of RGB (Red+Green+Blue) = 249+165+141=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A58D is #065A72. Grayscale: #BBBBBB. Windows color (decimal): -416371 or 9283065. OLE color: 9283065.

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

Color convert

RGB 249 165 141 -
CMYK 0 0.34 0.43 0.02
HSL 13.33º 0.9% 0.76% -
HSV(B) 13.33º 0.43% 0.98% -
XYZ 57.33 48.97 31.63 -
YUV 187.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 249 165 141 0 0.34 0.43 0.02 13.33 0.9 0.76
Hex F9 A5 8D 0 22 2B 2 D 5A 4C
Octal 371 245 215 0 42 53 2 15 132 114
Binary 11111001 10100101 10001101 0 100010 101011 10 1101 1011010 1001100

Color Harmonies of #F9A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A58D

Black with #F9A58D

Text Example


Text Example

White with #F9A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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