Html Css Color HEX #FDC395 Romantic

📋 copy color: '#FDC395'

red 253 ◦ green 195 ◦ blue 149

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

Shades of Romantic #FDC395

Tints of Romantic #FDC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.66%

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

R = 42.38%
G = 32.66%
B = 24.96%

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

#FDC395 (or 0xFDC395) is known color: Romantic. HEX triplet: FD, C3 and 95. RGB value is (253,195,149). Sum of RGB (Red+Green+Blue) = 253+195+149=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC395 is #023C6A. Grayscale: #CFCFCF. Windows color (decimal): -146539 or 9815037. OLE color: 9815037.

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

Color convert

RGB 253 195 149 -
CMYK 0 0.23 0.41 0.01
HSL 26.54º 0.96% 0.79% -
HSV(B) 26.54º 0.41% 0.99% -
XYZ 65.45 62.08 36.97 -
YUV 207.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 253 195 149 0 0.23 0.41 0.01 26.54 0.96 0.79
Hex FD C3 95 0 17 29 1 1B 60 4F
Octal 375 303 225 0 27 51 1 33 140 117
Binary 11111101 11000011 10010101 0 10111 101001 1 11011 1100000 1001111

Color Harmonies of #FDC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC395

Black with #FDC395

Text Example


Text Example

White with #FDC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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