Html Css Color HEX #FDC090 Romantic

📋 copy color: '#FDC090'

red 253 ◦ green 192 ◦ blue 144

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

Shades of Romantic #FDC090

Tints of Romantic #FDC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.6%

 BLUE value IS 144 (56.64% from 255) = 24.45%

R = 42.95%
G = 32.6%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDC090 (or 0xFDC090) is known color: Romantic. HEX triplet: FD, C0 and 90. RGB value is (253,192,144). Sum of RGB (Red+Green+Blue) = 253+192+144=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC090 is #023F6F. Grayscale: #CDCDCD. Windows color (decimal): -147312 or 9486589. OLE color: 9486589.

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

Color convert

RGB 253 192 144 -
CMYK 0 0.24 0.43 0.01
HSL 26.42º 0.96% 0.78% -
HSV(B) 26.42º 0.43% 0.99% -
XYZ 64.39 60.6 34.69 -
YUV 204.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 253 192 144 0 0.24 0.43 0.01 26.42 0.96 0.78
Hex FD C0 90 0 18 2B 1 1A 60 4E
Octal 375 300 220 0 30 53 1 32 140 116
Binary 11111101 11000000 10010000 0 11000 101011 1 11010 1100000 1001110

Color Harmonies of #FDC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC090

Black with #FDC090

Text Example


Text Example

White with #FDC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC090; }

 p { color: rgb(253,192,144); }

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

background-color css

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

 a { background-color: rgb(253,192,144); }

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

border-color css

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

 span { border-color: rgb(253,192,144); }

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