Html Css Color HEX #FBC098 Romantic

📋 copy color: '#FBC098'

red 251 ◦ green 192 ◦ blue 152

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

Shades of Romantic #FBC098

Tints of Romantic #FBC098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.55%

R = 42.18%
G = 32.27%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBC098 (or 0xFBC098) is known color: Romantic. HEX triplet: FB, C0 and 98. RGB value is (251,192,152). Sum of RGB (Red+Green+Blue) = 251+192+152=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC098 is #043F67. Grayscale: #CDCDCD. Windows color (decimal): -278376 or 10010875. OLE color: 10010875.

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

Color convert

RGB 251 192 152 -
CMYK 0 0.24 0.39 0.02
HSL 24.24º 0.93% 0.79% -
HSV(B) 24.24º 0.39% 0.98% -
XYZ 64.3 60.48 37.99 -
YUV 205.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 251 192 152 0 0.24 0.39 0.02 24.24 0.93 0.79
Hex FB C0 98 0 18 27 2 18 5D 4F
Octal 373 300 230 0 30 47 2 30 135 117
Binary 11111011 11000000 10011000 0 11000 100111 10 11000 1011101 1001111

Color Harmonies of #FBC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC098

Black with #FBC098

Text Example


Text Example

White with #FBC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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