Html Css Color HEX #FDA58F Rose Bud

📋 copy color: '#FDA58F'

red 253 ◦ green 165 ◦ blue 143

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

Shades of Rose Bud #FDA58F

Tints of Rose Bud #FDA58F

RGB

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

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

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

R = 45.1%
G = 29.41%
B = 25.49%

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

#FDA58F (or 0xFDA58F) is known color: Rose Bud. HEX triplet: FD, A5 and 8F. RGB value is (253,165,143). Sum of RGB (Red+Green+Blue) = 253+165+143=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA58F is #025A70. Grayscale: #BCBCBC. Windows color (decimal): -154225 or 9414141. OLE color: 9414141.

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

Color convert

RGB 253 165 143 -
CMYK 0 0.35 0.43 0.01
HSL 12º 0.96% 0.78% -
HSV(B) 12º 0.43% 0.99% -
XYZ 58.92 49.78 32.49 -
YUV 188.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 253 165 143 0 0.35 0.43 0.01 12 0.96 0.78
Hex FD A5 8F 0 23 2B 1 C 60 4E
Octal 375 245 217 0 43 53 1 14 140 116
Binary 11111101 10100101 10001111 0 100011 101011 1 1100 1100000 1001110

Color Harmonies of #FDA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA58F

Black with #FDA58F

Text Example


Text Example

White with #FDA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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