Html Css Color HEX #FDC497 Romantic

📋 copy color: '#FDC497'

red 253 ◦ green 196 ◦ blue 151

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

Shades of Romantic #FDC497

Tints of Romantic #FDC497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.67%

 BLUE value IS 151 (59.38% from 255) = 25.17%

R = 42.17%
G = 32.67%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDC497 (or 0xFDC497) is known color: Romantic. HEX triplet: FD, C4 and 97. RGB value is (253,196,151). Sum of RGB (Red+Green+Blue) = 253+196+151=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC497 is #023B68. Grayscale: #D0D0D0. Windows color (decimal): -146281 or 9946365. OLE color: 9946365.

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

Color convert

RGB 253 196 151 -
CMYK 0 0.23 0.40 0.01
HSL 26.47º 0.96% 0.79% -
HSV(B) 26.47º 0.4% 0.99% -
XYZ 65.83 62.6 37.89 -
YUV 207.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 253 196 151 0 0.23 0.40 0.01 26.47 0.96 0.79
Hex FD C4 97 0 17 28 1 1A 60 4F
Octal 375 304 227 0 27 50 1 32 140 117
Binary 11111101 11000100 10010111 0 10111 101000 1 11010 1100000 1001111

Color Harmonies of #FDC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC497

Black with #FDC497

Text Example


Text Example

White with #FDC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC497; }

 p { color: rgb(253,196,151); }

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

background-color css

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

 a { background-color: rgb(253,196,151); }

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

border-color css

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

 span { border-color: rgb(253,196,151); }

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