Html Css Color HEX #FDC698 Romantic

📋 copy color: '#FDC698'

red 253 ◦ green 198 ◦ blue 152

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

Shades of Romantic #FDC698

Tints of Romantic #FDC698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.21%

R = 41.96%
G = 32.84%
B = 25.21%

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

#FDC698 (or 0xFDC698) is known color: Romantic. HEX triplet: FD, C6 and 98. RGB value is (253,198,152). Sum of RGB (Red+Green+Blue) = 253+198+152=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC698 is #023967. Grayscale: #D1D1D1. Windows color (decimal): -145768 or 10012413. OLE color: 10012413.

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

Color convert

RGB 253 198 152 -
CMYK 0 0.22 0.40 0.01
HSL 27.33º 0.96% 0.79% -
HSV(B) 27.33º 0.4% 0.99% -
XYZ 66.37 63.54 38.47 -
YUV 209.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 253 198 152 0 0.22 0.40 0.01 27.33 0.96 0.79
Hex FD C6 98 0 16 28 1 1B 60 4F
Octal 375 306 230 0 26 50 1 33 140 117
Binary 11111101 11000110 10011000 0 10110 101000 1 11011 1100000 1001111

Color Harmonies of #FDC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC698

Black with #FDC698

Text Example


Text Example

White with #FDC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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