Html Css Color HEX #FDC495 Romantic

📋 copy color: '#FDC495'

red 253 ◦ green 196 ◦ blue 149

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

Shades of Romantic #FDC495

Tints of Romantic #FDC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.92%

R = 42.31%
G = 32.78%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC495 (or 0xFDC495) is known color: Romantic. HEX triplet: FD, C4 and 95. RGB value is (253,196,149). Sum of RGB (Red+Green+Blue) = 253+196+149=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC495 is #023B6A. Grayscale: #CFCFCF. Windows color (decimal): -146283 or 9815293. OLE color: 9815293.

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

Color convert

RGB 253 196 149 -
CMYK 0 0.23 0.41 0.01
HSL 27.12º 0.96% 0.79% -
HSV(B) 27.12º 0.41% 0.99% -
XYZ 65.67 62.53 37.04 -
YUV 207.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 253 196 149 0 0.23 0.41 0.01 27.12 0.96 0.79
Hex FD C4 95 0 17 29 1 1B 60 4F
Octal 375 304 225 0 27 51 1 33 140 117
Binary 11111101 11000100 10010101 0 10111 101001 1 11011 1100000 1001111

Color Harmonies of #FDC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC495

Black with #FDC495

Text Example


Text Example

White with #FDC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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