Html Css Color HEX #FBC237 Saffron

📋 copy color: '#FBC237'

red 251 ◦ green 194 ◦ blue 55

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

Shades of Saffron #FBC237

Tints of Saffron #FBC237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11%

R = 50.2%
G = 38.8%
B = 11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBC237 (or 0xFBC237) is known color: Saffron. HEX triplet: FB, C2 and 37. RGB value is (251,194,55). Sum of RGB (Red+Green+Blue) = 251+194+55=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC237 is #043DC8. Grayscale: #C3C3C3. Windows color (decimal): -277961 or 3654395. OLE color: 3654395.

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

Color convert

RGB 251 194 55 -
CMYK 0 0.23 0.78 0.02
HSL 42.55º 0.96% 0.6% -
HSV(B) 42.55º 0.78% 0.98% -
XYZ 59.77 59.37 11.92 -
YUV 195.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 251 194 55 0 0.23 0.78 0.02 42.55 0.96 0.6
Hex FB C2 37 0 17 4E 2 2B 60 3C
Octal 373 302 67 0 27 116 2 53 140 74
Binary 11111011 11000010 110111 0 10111 1001110 10 101011 1100000 111100

Color Harmonies of #FBC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC237

Black with #FBC237

Text Example


Text Example

White with #FBC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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