Html Css Color HEX #FDC091 Romantic

📋 copy color: '#FDC091'

red 253 ◦ green 192 ◦ blue 145

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

Shades of Romantic #FDC091

Tints of Romantic #FDC091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.58%

R = 42.88%
G = 32.54%
B = 24.58%

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

#FDC091 (or 0xFDC091) is known color: Romantic. HEX triplet: FD, C0 and 91. RGB value is (253,192,145). Sum of RGB (Red+Green+Blue) = 253+192+145=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC091 is #023F6E. Grayscale: #CDCDCD. Windows color (decimal): -147311 or 9552125. OLE color: 9552125.

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

Color convert

RGB 253 192 145 -
CMYK 0 0.24 0.43 0.01
HSL 26.11º 0.96% 0.78% -
HSV(B) 26.11º 0.43% 0.99% -
XYZ 64.47 60.63 35.09 -
YUV 204.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 253 192 145 0 0.24 0.43 0.01 26.11 0.96 0.78
Hex FD C0 91 0 18 2B 1 1A 60 4E
Octal 375 300 221 0 30 53 1 32 140 116
Binary 11111101 11000000 10010001 0 11000 101011 1 11010 1100000 1001110

Color Harmonies of #FDC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC091

Black with #FDC091

Text Example


Text Example

White with #FDC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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