Html Css Color HEX #FDC096 Romantic

📋 copy color: '#FDC096'

red 253 ◦ green 192 ◦ blue 150

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

Shades of Romantic #FDC096

Tints of Romantic #FDC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.27%

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

R = 42.52%
G = 32.27%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDC096 (or 0xFDC096) is known color: Romantic. HEX triplet: FD, C0 and 96. RGB value is (253,192,150). Sum of RGB (Red+Green+Blue) = 253+192+150=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC096 is #023F69. Grayscale: #CDCDCD. Windows color (decimal): -147306 or 9879805. OLE color: 9879805.

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

Color convert

RGB 253 192 150 -
CMYK 0 0.24 0.41 0.01
HSL 24.47º 0.96% 0.79% -
HSV(B) 24.47º 0.41% 0.99% -
XYZ 64.86 60.78 37.17 -
YUV 205.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 253 192 150 0 0.24 0.41 0.01 24.47 0.96 0.79
Hex FD C0 96 0 18 29 1 18 60 4F
Octal 375 300 226 0 30 51 1 30 140 117
Binary 11111101 11000000 10010110 0 11000 101001 1 11000 1100000 1001111

Color Harmonies of #FDC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC096

Black with #FDC096

Text Example


Text Example

White with #FDC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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