Html Css Color HEX #F9A58F Rose Bud

📋 copy color: '#F9A58F'

red 249 ◦ green 165 ◦ blue 143

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

Shades of Rose Bud #F9A58F

Tints of Rose Bud #F9A58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.67%

R = 44.7%
G = 29.62%
B = 25.67%

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

#F9A58F (or 0xF9A58F) is known color: Rose Bud. HEX triplet: F9, A5 and 8F. RGB value is (249,165,143). Sum of RGB (Red+Green+Blue) = 249+165+143=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A58F is #065A70. Grayscale: #BBBBBB. Windows color (decimal): -416369 or 9414137. OLE color: 9414137.

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

Color convert

RGB 249 165 143 -
CMYK 0 0.34 0.43 0.02
HSL 12.45º 0.9% 0.77% -
HSV(B) 12.45º 0.43% 0.98% -
XYZ 57.48 49.03 32.42 -
YUV 187.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 249 165 143 0 0.34 0.43 0.02 12.45 0.9 0.77
Hex F9 A5 8F 0 22 2B 2 C 5A 4D
Octal 371 245 217 0 42 53 2 14 132 115
Binary 11111001 10100101 10001111 0 100010 101011 10 1100 1011010 1001101

Color Harmonies of #F9A58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A58F

Black with #F9A58F

Text Example


Text Example

White with #F9A58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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