Html Css Color HEX #FDA58D Rose Bud

📋 copy color: '#FDA58D'

red 253 ◦ green 165 ◦ blue 141

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

Shades of Rose Bud #FDA58D

Tints of Rose Bud #FDA58D

RGB

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

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

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

R = 45.26%
G = 29.52%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDA58D (or 0xFDA58D) is known color: Rose Bud. HEX triplet: FD, A5 and 8D. RGB value is (253,165,141). Sum of RGB (Red+Green+Blue) = 253+165+141=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA58D is #025A72. Grayscale: #BCBCBC. Windows color (decimal): -154227 or 9283069. OLE color: 9283069.

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

Color convert

RGB 253 165 141 -
CMYK 0 0.35 0.44 0.01
HSL 12.86º 0.97% 0.77% -
HSV(B) 12.86º 0.44% 0.99% -
XYZ 58.77 49.72 31.7 -
YUV 188.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 253 165 141 0 0.35 0.44 0.01 12.86 0.97 0.77
Hex FD A5 8D 0 23 2C 1 D 61 4D
Octal 375 245 215 0 43 54 1 15 141 115
Binary 11111101 10100101 10001101 0 100011 101100 1 1101 1100001 1001101

Color Harmonies of #FDA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA58D

Black with #FDA58D

Text Example


Text Example

White with #FDA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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