Html Css Color HEX #F9AC8F Rose Bud

📋 copy color: '#F9AC8F'

red 249 ◦ green 172 ◦ blue 143

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

Shades of Rose Bud #F9AC8F

Tints of Rose Bud #F9AC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

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

R = 44.15%
G = 30.5%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9AC8F (or 0xF9AC8F) is known color: Rose Bud. HEX triplet: F9, AC and 8F. RGB value is (249,172,143). Sum of RGB (Red+Green+Blue) = 249+172+143=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AC8F is #065370. Grayscale: #BFBFBF. Windows color (decimal): -414577 or 9415929. OLE color: 9415929.

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

Color convert

RGB 249 172 143 -
CMYK 0 0.31 0.43 0.02
HSL 16.42º 0.9% 0.77% -
HSV(B) 16.42º 0.43% 0.98% -
XYZ 58.78 51.63 32.85 -
YUV 191.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 249 172 143 0 0.31 0.43 0.02 16.42 0.9 0.77
Hex F9 AC 8F 0 1F 2B 2 10 5A 4D
Octal 371 254 217 0 37 53 2 20 132 115
Binary 11111001 10101100 10001111 0 11111 101011 10 10000 1011010 1001101

Color Harmonies of #F9AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AC8F

Black with #F9AC8F

Text Example


Text Example

White with #F9AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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