Html Css Color HEX #FBC039 Saffron

📋 copy color: '#FBC039'

red 251 ◦ green 192 ◦ blue 57

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

Shades of Saffron #FBC039

Tints of Saffron #FBC039

RGB

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

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

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

R = 50.2%
G = 38.4%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBC039 (or 0xFBC039) is known color: Saffron. HEX triplet: FB, C0 and 39. RGB value is (251,192,57). Sum of RGB (Red+Green+Blue) = 251+192+57=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC039 is #043FC6. Grayscale: #C2C2C2. Windows color (decimal): -278471 or 3784955. OLE color: 3784955.

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

Color convert

RGB 251 192 57 -
CMYK 0 0.24 0.77 0.02
HSL 41.75º 0.96% 0.6% -
HSV(B) 41.75º 0.77% 0.98% -
XYZ 59.37 58.5 12.03 -
YUV 194.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 251 192 57 0 0.24 0.77 0.02 41.75 0.96 0.6
Hex FB C0 39 0 18 4D 2 2A 60 3C
Octal 373 300 71 0 30 115 2 52 140 74
Binary 11111011 11000000 111001 0 11000 1001101 10 101010 1100000 111100

Color Harmonies of #FBC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC039

Black with #FBC039

Text Example


Text Example

White with #FBC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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