Html Css Color HEX #FDC396 Romantic

📋 copy color: '#FDC396'

red 253 ◦ green 195 ◦ blue 150

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

Shades of Romantic #FDC396

Tints of Romantic #FDC396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.08%

R = 42.31%
G = 32.61%
B = 25.08%

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

#FDC396 (or 0xFDC396) is known color: Romantic. HEX triplet: FD, C3 and 96. RGB value is (253,195,150). Sum of RGB (Red+Green+Blue) = 253+195+150=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC396 is #023C69. Grayscale: #CFCFCF. Windows color (decimal): -146538 or 9880573. OLE color: 9880573.

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

Color convert

RGB 253 195 150 -
CMYK 0 0.23 0.41 0.01
HSL 26.21º 0.96% 0.79% -
HSV(B) 26.21º 0.41% 0.99% -
XYZ 65.53 62.11 37.39 -
YUV 207.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 253 195 150 0 0.23 0.41 0.01 26.21 0.96 0.79
Hex FD C3 96 0 17 29 1 1A 60 4F
Octal 375 303 226 0 27 51 1 32 140 117
Binary 11111101 11000011 10010110 0 10111 101001 1 11010 1100000 1001111

Color Harmonies of #FDC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC396

Black with #FDC396

Text Example


Text Example

White with #FDC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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