Html Css Color HEX #FBC091 Romantic

📋 copy color: '#FBC091'

red 251 ◦ green 192 ◦ blue 145

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

Shades of Romantic #FBC091

Tints of Romantic #FBC091

RGB

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

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

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

R = 42.69%
G = 32.65%
B = 24.66%

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

#FBC091 (or 0xFBC091) is known color: Romantic. HEX triplet: FB, C0 and 91. RGB value is (251,192,145). Sum of RGB (Red+Green+Blue) = 251+192+145=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC091 is #043F6E. Grayscale: #CCCCCC. Windows color (decimal): -278383 or 9552123. OLE color: 9552123.

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

Color convert

RGB 251 192 145 -
CMYK 0 0.24 0.42 0.02
HSL 26.6º 0.93% 0.78% -
HSV(B) 26.6º 0.42% 0.98% -
XYZ 63.74 60.25 35.06 -
YUV 204.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 251 192 145 0 0.24 0.42 0.02 26.6 0.93 0.78
Hex FB C0 91 0 18 2A 2 1B 5D 4E
Octal 373 300 221 0 30 52 2 33 135 116
Binary 11111011 11000000 10010001 0 11000 101010 10 11011 1011101 1001110

Color Harmonies of #FBC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC091

Black with #FBC091

Text Example


Text Example

White with #FBC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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