Html Css Color HEX #FAA599 Rose Bud

📋 copy color: '#FAA599'

red 250 ◦ green 165 ◦ blue 153

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

Shades of Rose Bud #FAA599

Tints of Rose Bud #FAA599

RGB

 RED value IS 250 (98.05% from 255) = 44.01%

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 44.01%
G = 29.05%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAA599 (or 0xFAA599) is known color: Rose Bud. HEX triplet: FA, A5 and 99. RGB value is (250,165,153). Sum of RGB (Red+Green+Blue) = 250+165+153=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA599 is #055A66. Grayscale: #BDBDBD. Windows color (decimal): -350823 or 10069498. OLE color: 10069498.

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

Color convert

RGB 250 165 153 -
CMYK 0 0.34 0.39 0.02
HSL 7.42º 0.91% 0.79% -
HSV(B) 7.42º 0.39% 0.98% -
XYZ 58.63 49.53 36.61 -
YUV 189.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 250 165 153 0 0.34 0.39 0.02 7.42 0.91 0.79
Hex FA A5 99 0 22 27 2 7 5B 4F
Octal 372 245 231 0 42 47 2 7 133 117
Binary 11111010 10100101 10011001 0 100010 100111 10 111 1011011 1001111

Color Harmonies of #FAA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA599

Black with #FAA599

Text Example


Text Example

White with #FAA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA599; }

 p { color: rgb(250,165,153); }

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

background-color css

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

 a { background-color: rgb(250,165,153); }

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

border-color css

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

 span { border-color: rgb(250,165,153); }

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