Html Css Color HEX #FDC293 Romantic

📋 copy color: '#FDC293'

red 253 ◦ green 194 ◦ blue 147

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

Shades of Romantic #FDC293

Tints of Romantic #FDC293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.75%

R = 42.59%
G = 32.66%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC293 (or 0xFDC293) is known color: Romantic. HEX triplet: FD, C2 and 93. RGB value is (253,194,147). Sum of RGB (Red+Green+Blue) = 253+194+147=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC293 is #023D6C. Grayscale: #CECECE. Windows color (decimal): -146797 or 9683709. OLE color: 9683709.

HSL color Cylindrical-coordinate representation of color #FDC293: hue angle of 26.6º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC293 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 147 -
CMYK 0 0.23 0.42 0.01
HSL 26.6º 0.96% 0.78% -
HSV(B) 26.6º 0.42% 0.99% -
XYZ 65.07 61.57 36.06 -
YUV 206.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 253 194 147 0 0.23 0.42 0.01 26.6 0.96 0.78
Hex FD C2 93 0 17 2A 1 1B 60 4E
Octal 375 302 223 0 27 52 1 33 140 116
Binary 11111101 11000010 10010011 0 10111 101010 1 11011 1100000 1001110

Color Harmonies of #FDC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC293

Black with #FDC293

Text Example


Text Example

White with #FDC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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