Html Css Color HEX #FDC194 Romantic

📋 copy color: '#FDC194'

red 253 ◦ green 193 ◦ blue 148

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

Shades of Romantic #FDC194

Tints of Romantic #FDC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.49%

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 42.59%
G = 32.49%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDC194 (or 0xFDC194) is known color: Romantic. HEX triplet: FD, C1 and 94. RGB value is (253,193,148). Sum of RGB (Red+Green+Blue) = 253+193+148=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC194 is #023E6B. Grayscale: #CECECE. Windows color (decimal): -147052 or 9748989. OLE color: 9748989.

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

Color convert

RGB 253 193 148 -
CMYK 0 0.24 0.42 0.01
HSL 25.71º 0.96% 0.79% -
HSV(B) 25.71º 0.42% 0.99% -
XYZ 64.92 61.16 36.4 -
YUV 205.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 253 193 148 0 0.24 0.42 0.01 25.71 0.96 0.79
Hex FD C1 94 0 18 2A 1 1A 60 4F
Octal 375 301 224 0 30 52 1 32 140 117
Binary 11111101 11000001 10010100 0 11000 101010 1 11010 1100000 1001111

Color Harmonies of #FDC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC194

Black with #FDC194

Text Example


Text Example

White with #FDC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC194; }

 p { color: rgb(253,193,148); }

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

background-color css

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

 a { background-color: rgb(253,193,148); }

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

border-color css

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

 span { border-color: rgb(253,193,148); }

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