Html Css Color HEX #FBC298 Romantic

📋 copy color: '#FBC298'

red 251 ◦ green 194 ◦ blue 152

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

Shades of Romantic #FBC298

Tints of Romantic #FBC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.5%

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

R = 42.04%
G = 32.5%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBC298 (or 0xFBC298) is known color: Romantic. HEX triplet: FB, C2 and 98. RGB value is (251,194,152). Sum of RGB (Red+Green+Blue) = 251+194+152=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC298 is #043D67. Grayscale: #CECECE. Windows color (decimal): -277864 or 10011387. OLE color: 10011387.

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

Color convert

RGB 251 194 152 -
CMYK 0 0.23 0.39 0.02
HSL 25.45º 0.93% 0.79% -
HSV(B) 25.45º 0.39% 0.98% -
XYZ 64.74 61.36 38.14 -
YUV 206.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 251 194 152 0 0.23 0.39 0.02 25.45 0.93 0.79
Hex FB C2 98 0 17 27 2 19 5D 4F
Octal 373 302 230 0 27 47 2 31 135 117
Binary 11111011 11000010 10011000 0 10111 100111 10 11001 1011101 1001111

Color Harmonies of #FBC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC298

Black with #FBC298

Text Example


Text Example

White with #FBC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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