Html Css Color HEX #FBC231 Saffron

📋 copy color: '#FBC231'

red 251 ◦ green 194 ◦ blue 49

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

Shades of Saffron #FBC231

Tints of Saffron #FBC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.92%

R = 50.81%
G = 39.27%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBC231 (or 0xFBC231) is known color: Saffron. HEX triplet: FB, C2 and 31. RGB value is (251,194,49). Sum of RGB (Red+Green+Blue) = 251+194+49=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC231 is #043DCE. Grayscale: #C3C3C3. Windows color (decimal): -277967 or 3261179. OLE color: 3261179.

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

Color convert

RGB 251 194 49 -
CMYK 0 0.23 0.80 0.02
HSL 43.07º 0.96% 0.59% -
HSV(B) 43.07º 0.8% 0.98% -
XYZ 59.63 59.31 11.21 -
YUV 194.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 251 194 49 0 0.23 0.80 0.02 43.07 0.96 0.59
Hex FB C2 31 0 17 50 2 2B 60 3B
Octal 373 302 61 0 27 120 2 53 140 73
Binary 11111011 11000010 110001 0 10111 1010000 10 101011 1100000 111011

Color Harmonies of #FBC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC231

Black with #FBC231

Text Example


Text Example

White with #FBC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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