Html Css Color HEX #FBC092 Romantic

📋 copy color: '#FBC092'

red 251 ◦ green 192 ◦ blue 146

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

Shades of Romantic #FBC092

Tints of Romantic #FBC092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.79%

R = 42.61%
G = 32.6%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBC092 (or 0xFBC092) is known color: Romantic. HEX triplet: FB, C0 and 92. RGB value is (251,192,146). Sum of RGB (Red+Green+Blue) = 251+192+146=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC092 is #043F6D. Grayscale: #CCCCCC. Windows color (decimal): -278382 or 9617659. OLE color: 9617659.

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

Color convert

RGB 251 192 146 -
CMYK 0 0.24 0.42 0.02
HSL 26.29º 0.93% 0.78% -
HSV(B) 26.29º 0.42% 0.98% -
XYZ 63.82 60.28 35.47 -
YUV 204.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 251 192 146 0 0.24 0.42 0.02 26.29 0.93 0.78
Hex FB C0 92 0 18 2A 2 1A 5D 4E
Octal 373 300 222 0 30 52 2 32 135 116
Binary 11111011 11000000 10010010 0 11000 101010 10 11010 1011101 1001110

Color Harmonies of #FBC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC092

Black with #FBC092

Text Example


Text Example

White with #FBC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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