Html Css Color HEX #FBC090 Romantic

📋 copy color: '#FBC090'

red 251 ◦ green 192 ◦ blue 144

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

Shades of Romantic #FBC090

Tints of Romantic #FBC090

RGB

 RED value IS 251 (98.44% from 255) = 42.76%

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

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

R = 42.76%
G = 32.71%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBC090 (or 0xFBC090) is known color: Romantic. HEX triplet: FB, C0 and 90. RGB value is (251,192,144). Sum of RGB (Red+Green+Blue) = 251+192+144=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC090 is #043F6F. Grayscale: #CCCCCC. Windows color (decimal): -278384 or 9486587. OLE color: 9486587.

HSL color Cylindrical-coordinate representation of color #FBC090: hue angle of 26.92º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBC090 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 144 -
CMYK 0 0.24 0.43 0.02
HSL 26.92º 0.93% 0.77% -
HSV(B) 26.92º 0.43% 0.98% -
XYZ 63.67 60.22 34.65 -
YUV 204.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 251 192 144 0 0.24 0.43 0.02 26.92 0.93 0.77
Hex FB C0 90 0 18 2B 2 1B 5D 4D
Octal 373 300 220 0 30 53 2 33 135 115
Binary 11111011 11000000 10010000 0 11000 101011 10 11011 1011101 1001101

Color Harmonies of #FBC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC090

Black with #FBC090

Text Example


Text Example

White with #FBC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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