Html Css Color HEX #FDA392 Rose Bud

📋 copy color: '#FDA392'

red 253 ◦ green 163 ◦ blue 146

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

Shades of Rose Bud #FDA392

Tints of Rose Bud #FDA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

 BLUE value IS 146 (57.42% from 255) = 25.98%

R = 45.02%
G = 29%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA392 (or 0xFDA392) is known color: Rose Bud. HEX triplet: FD, A3 and 92. RGB value is (253,163,146). Sum of RGB (Red+Green+Blue) = 253+163+146=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA392 is #025C6D. Grayscale: #BCBCBC. Windows color (decimal): -154734 or 9610237. OLE color: 9610237.

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

Color convert

RGB 253 163 146 -
CMYK 0 0.36 0.42 0.01
HSL 9.53º 0.96% 0.78% -
HSV(B) 9.53º 0.42% 0.99% -
XYZ 58.79 49.15 33.58 -
YUV 187.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 253 163 146 0 0.36 0.42 0.01 9.53 0.96 0.78
Hex FD A3 92 0 24 2A 1 A 60 4E
Octal 375 243 222 0 44 52 1 12 140 116
Binary 11111101 10100011 10010010 0 100100 101010 1 1010 1100000 1001110

Color Harmonies of #FDA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA392

Black with #FDA392

Text Example


Text Example

White with #FDA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA392; }

 p { color: rgb(253,163,146); }

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

background-color css

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

 a { background-color: rgb(253,163,146); }

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

border-color css

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

 span { border-color: rgb(253,163,146); }

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