Html Css Color HEX #FDC699 Romantic

📋 copy color: '#FDC699'

red 253 ◦ green 198 ◦ blue 153

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

Shades of Romantic #FDC699

Tints of Romantic #FDC699

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.78%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 41.89%
G = 32.78%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDC699 (or 0xFDC699) is known color: Romantic. HEX triplet: FD, C6 and 99. RGB value is (253,198,153). Sum of RGB (Red+Green+Blue) = 253+198+153=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC699 is #023966. Grayscale: #D1D1D1. Windows color (decimal): -145767 or 10077949. OLE color: 10077949.

HSL color Cylindrical-coordinate representation of color #FDC699: hue angle of 27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC699 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 153 -
CMYK 0 0.22 0.40 0.01
HSL 27º 0.96% 0.8% -
HSV(B) 27º 0.4% 0.99% -
XYZ 66.45 63.57 38.9 -
YUV 209.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 253 198 153 0 0.22 0.40 0.01 27 0.96 0.8
Hex FD C6 99 0 16 28 1 1B 60 50
Octal 375 306 231 0 26 50 1 33 140 120
Binary 11111101 11000110 10011001 0 10110 101000 1 11011 1100000 1010000

Color Harmonies of #FDC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC699

Black with #FDC699

Text Example


Text Example

White with #FDC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC699; }

 p { color: rgb(253,198,153); }

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

background-color css

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

 a { background-color: rgb(253,198,153); }

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

border-color css

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

 span { border-color: rgb(253,198,153); }

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