Html Css Color HEX #FBC239 Saffron

📋 copy color: '#FBC239'

red 251 ◦ green 194 ◦ blue 57

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

Shades of Saffron #FBC239

Tints of Saffron #FBC239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.35%

R = 50%
G = 38.65%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBC239 (or 0xFBC239) is known color: Saffron. HEX triplet: FB, C2 and 39. RGB value is (251,194,57). Sum of RGB (Red+Green+Blue) = 251+194+57=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC239 is #043DC6. Grayscale: #C4C4C4. Windows color (decimal): -277959 or 3785467. OLE color: 3785467.

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

Color convert

RGB 251 194 57 -
CMYK 0 0.23 0.77 0.02
HSL 42.37º 0.96% 0.6% -
HSV(B) 42.37º 0.77% 0.98% -
XYZ 59.81 59.39 12.18 -
YUV 195.43 49.88 167.64 -
System Red Green Blue C M Y K H S L
Decimal 251 194 57 0 0.23 0.77 0.02 42.37 0.96 0.6
Hex FB C2 39 0 17 4D 2 2A 60 3C
Octal 373 302 71 0 27 115 2 52 140 74
Binary 11111011 11000010 111001 0 10111 1001101 10 101010 1100000 111100

Color Harmonies of #FBC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC239

Black with #FBC239

Text Example


Text Example

White with #FBC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC239; }

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

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

background-color css

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

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

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

border-color css

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

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

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