Html Css Color HEX #FDC298 Romantic

📋 copy color: '#FDC298'

red 253 ◦ green 194 ◦ blue 152

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

Shades of Romantic #FDC298

Tints of Romantic #FDC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.39%

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

R = 42.24%
G = 32.39%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDC298 (or 0xFDC298) is known color: Romantic. HEX triplet: FD, C2 and 98. RGB value is (253,194,152). Sum of RGB (Red+Green+Blue) = 253+194+152=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC298 is #023D67. Grayscale: #CFCFCF. Windows color (decimal): -146792 or 10011389. OLE color: 10011389.

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

Color convert

RGB 253 194 152 -
CMYK 0 0.23 0.40 0.01
HSL 24.95º 0.96% 0.79% -
HSV(B) 24.95º 0.4% 0.99% -
XYZ 65.47 61.73 38.17 -
YUV 206.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 253 194 152 0 0.23 0.40 0.01 24.95 0.96 0.79
Hex FD C2 98 0 17 28 1 19 60 4F
Octal 375 302 230 0 27 50 1 31 140 117
Binary 11111101 11000010 10011000 0 10111 101000 1 11001 1100000 1001111

Color Harmonies of #FDC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC298

Black with #FDC298

Text Example


Text Example

White with #FDC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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