Html Css Color HEX #FDA591 Rose Bud

📋 copy color: '#FDA591'

red 253 ◦ green 165 ◦ blue 145

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

Shades of Rose Bud #FDA591

Tints of Rose Bud #FDA591

RGB

 RED value IS 253 (99.22% from 255) = 44.94%

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

 BLUE value IS 145 (57.03% from 255) = 25.75%

R = 44.94%
G = 29.31%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA591 (or 0xFDA591) is known color: Rose Bud. HEX triplet: FD, A5 and 91. RGB value is (253,165,145). Sum of RGB (Red+Green+Blue) = 253+165+145=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA591 is #025A6E. Grayscale: #BDBDBD. Windows color (decimal): -154223 or 9545213. OLE color: 9545213.

HSL color Cylindrical-coordinate representation of color #FDA591: hue angle of 11.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA591 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 145 -
CMYK 0 0.35 0.43 0.01
HSL 11.11º 0.96% 0.78% -
HSV(B) 11.11º 0.43% 0.99% -
XYZ 59.07 49.84 33.29 -
YUV 189.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 253 165 145 0 0.35 0.43 0.01 11.11 0.96 0.78
Hex FD A5 91 0 23 2B 1 B 60 4E
Octal 375 245 221 0 43 53 1 13 140 116
Binary 11111101 10100101 10010001 0 100011 101011 1 1011 1100000 1001110

Color Harmonies of #FDA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA591

Black with #FDA591

Text Example


Text Example

White with #FDA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA591; }

 p { color: rgb(253,165,145); }

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

background-color css

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

 a { background-color: rgb(253,165,145); }

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

border-color css

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

 span { border-color: rgb(253,165,145); }

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