Html Css Color HEX #FFC495 Romantic

📋 copy color: '#FFC495'

red 255 ◦ green 196 ◦ blue 149

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

Shades of Romantic #FFC495

Tints of Romantic #FFC495

RGB

 RED value IS 255 (100% from 255) = 42.5%

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

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

R = 42.5%
G = 32.67%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFC495 (or 0xFFC495) is known color: Romantic. HEX triplet: FF, C4 and 95. RGB value is (255,196,149). Sum of RGB (Red+Green+Blue) = 255+196+149=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC495 is #003B6A. Grayscale: #D0D0D0. Windows color (decimal): -15211 or 9815295. OLE color: 9815295.

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

Color convert

RGB 255 196 149 -
CMYK 0 0.23 0.42 0
HSL 26.6º 1% 0.79% -
HSV(B) 26.6º 0.42% 1% -
XYZ 66.4 62.91 37.08 -
YUV 208.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 255 196 149 0 0.23 0.42 0 26.6 1 0.79
Hex FF C4 95 0 17 2A 0 1B 64 4F
Octal 377 304 225 0 27 52 0 33 144 117
Binary 11111111 11000100 10010101 0 10111 101010 0 11011 1100100 1001111

Color Harmonies of #FFC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC495

Black with #FFC495

Text Example


Text Example

White with #FFC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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