Html Css Color HEX #FDA298 Rose Bud

📋 copy color: '#FDA298'

red 253 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #FDA298

Tints of Rose Bud #FDA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.57%

 BLUE value IS 152 (59.77% from 255) = 26.81%

R = 44.62%
G = 28.57%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDA298 (or 0xFDA298) is known color: Rose Bud. HEX triplet: FD, A2 and 98. RGB value is (253,162,152). Sum of RGB (Red+Green+Blue) = 253+162+152=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA298 is #025D67. Grayscale: #BCBCBC. Windows color (decimal): -154984 or 10003197. OLE color: 10003197.

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

Color convert

RGB 253 162 152 -
CMYK 0 0.36 0.40 0.01
HSL 5.94º 0.96% 0.79% -
HSV(B) 5.94º 0.4% 0.99% -
XYZ 59.1 48.99 36.05 -
YUV 188.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 253 162 152 0 0.36 0.40 0.01 5.94 0.96 0.79
Hex FD A2 98 0 24 28 1 6 60 4F
Octal 375 242 230 0 44 50 1 6 140 117
Binary 11111101 10100010 10011000 0 100100 101000 1 110 1100000 1001111

Color Harmonies of #FDA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA298

Black with #FDA298

Text Example


Text Example

White with #FDA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA298; }

 p { color: rgb(253,162,152); }

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

background-color css

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

 a { background-color: rgb(253,162,152); }

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

border-color css

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

 span { border-color: rgb(253,162,152); }

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