Html Css Color HEX #FEC495 Romantic

📋 copy color: '#FEC495'

red 254 ◦ green 196 ◦ blue 149

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

Shades of Romantic #FEC495

Tints of Romantic #FEC495

RGB

 RED value IS 254 (99.61% from 255) = 42.4%

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

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

R = 42.4%
G = 32.72%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEC495 (or 0xFEC495) is known color: Romantic. HEX triplet: FE, C4 and 95. RGB value is (254,196,149). Sum of RGB (Red+Green+Blue) = 254+196+149=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC495 is #013B6A. Grayscale: #D0D0D0. Windows color (decimal): -80747 or 9815294. OLE color: 9815294.

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

Color convert

RGB 254 196 149 -
CMYK 0 0.23 0.41 0.00
HSL 26.86º 0.98% 0.79% -
HSV(B) 26.86º 0.41% 1% -
XYZ 66.04 62.72 37.06 -
YUV 207.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 254 196 149 0 0.23 0.41 0.00 26.86 0.98 0.79
Hex FE C4 95 0 17 29 0 1B 62 4F
Octal 376 304 225 0 27 51 0 33 142 117
Binary 11111110 11000100 10010101 0 10111 101001 0 11011 1100010 1001111

Color Harmonies of #FEC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC495

Black with #FEC495

Text Example


Text Example

White with #FEC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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