Html Css Color HEX #FBC093 Romantic

📋 copy color: '#FBC093'

red 251 ◦ green 192 ◦ blue 147

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

Shades of Romantic #FBC093

Tints of Romantic #FBC093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.92%

R = 42.54%
G = 32.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBC093 (or 0xFBC093) is known color: Romantic. HEX triplet: FB, C0 and 93. RGB value is (251,192,147). Sum of RGB (Red+Green+Blue) = 251+192+147=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC093 is #043F6C. Grayscale: #CCCCCC. Windows color (decimal): -278381 or 9683195. OLE color: 9683195.

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

Color convert

RGB 251 192 147 -
CMYK 0 0.24 0.41 0.02
HSL 25.96º 0.93% 0.78% -
HSV(B) 25.96º 0.41% 0.98% -
XYZ 63.9 60.32 35.88 -
YUV 204.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 251 192 147 0 0.24 0.41 0.02 25.96 0.93 0.78
Hex FB C0 93 0 18 29 2 1A 5D 4E
Octal 373 300 223 0 30 51 2 32 135 116
Binary 11111011 11000000 10010011 0 11000 101001 10 11010 1011101 1001110

Color Harmonies of #FBC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC093

Black with #FBC093

Text Example


Text Example

White with #FBC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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