Html Css Color HEX #FDA792 Rose Bud

📋 copy color: '#FDA792'

red 253 ◦ green 167 ◦ blue 146

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

Shades of Rose Bud #FDA792

Tints of Rose Bud #FDA792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.51%

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

R = 44.7%
G = 29.51%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA792 (or 0xFDA792) is known color: Rose Bud. HEX triplet: FD, A7 and 92. RGB value is (253,167,146). Sum of RGB (Red+Green+Blue) = 253+167+146=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA792 is #02586D. Grayscale: #BEBEBE. Windows color (decimal): -153710 or 9611261. OLE color: 9611261.

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

Color convert

RGB 253 167 146 -
CMYK 0 0.34 0.42 0.01
HSL 11.78º 0.96% 0.78% -
HSV(B) 11.78º 0.42% 0.99% -
XYZ 59.52 50.6 33.82 -
YUV 190.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 253 167 146 0 0.34 0.42 0.01 11.78 0.96 0.78
Hex FD A7 92 0 22 2A 1 C 60 4E
Octal 375 247 222 0 42 52 1 14 140 116
Binary 11111101 10100111 10010010 0 100010 101010 1 1100 1100000 1001110

Color Harmonies of #FDA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA792

Black with #FDA792

Text Example


Text Example

White with #FDA792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA792; }

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

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

background-color css

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

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

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

border-color css

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

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

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